Html Css Color HEX #6102AF Purple Heart

📋 copy color: '#6102AF'

red 97 ◦ green 2 ◦ blue 175

#6102AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6102AF

Tints of Purple Heart #6102AF

RGB

 RED value IS 97 (38.28% from 255) = 35.4%

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 175 (68.75% from 255) = 63.87%

R = 35.4%
G = 0.73%
B = 63.87%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6102AF (or 0x6102AF) is known color: Purple Heart. HEX triplet: 61, 02 and AF. RGB value is (97,2,175). Sum of RGB (Red+Green+Blue) = 97+2+175=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #6102AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6102AF is #9EFD50. Grayscale: #313131. Windows color (decimal): -10419537 or 11469409. OLE color: 11469409.

HSL color Cylindrical-coordinate representation of color #6102AF: hue angle of 272.95º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102AF is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 2 175 -
CMYK 0.45 0.99 0 0.31
HSL 272.95º 0.98% 0.35% -
HSV(B) 272.95º 0.99% 0.69% -
XYZ 12.69 5.68 40.98 -
YUV 50.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 97 2 175 0.45 0.99 0 0.31 272.95 0.98 0.35
Hex 61 2 AF 2D 63 0 1F 111 62 23
Octal 141 2 257 55 143 0 37 421 142 43
Binary 1100001 10 10101111 101101 1100011 0 11111 100010001 1100010 100011

Color Harmonies of #6102AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102AF

Black with #6102AF

Text Example


Text Example

White with #6102AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6102AF; }

 p { color: rgb(97,2,175); }

 H1.HeaderClassName
 {
   color: #6102AF;
 }
 .AnyTagClassName
 {
   color: #6102AF;
 }
</style>

background-color css

<style>
 a { background-color: #6102AF; }

 a { background-color: rgb(97,2,175); }

 div.DivClassName
 {
   background-color: #6102AF;
 }
 .BgClassName
 {
   background-color: #6102AF;
 }
</style>

border-color css

<style>
 span { border-color: #6102AF; }

 span { border-color: rgb(97,2,175); }

 td.TdClassName
 {
   border-color: #6102AF;
 }
 .TagClassName
 {
   border-color: #6102AF;
 }
</style>