Html Css Color HEX #6603AF Purple Heart

📋 copy color: '#6603AF'

red 102 ◦ green 3 ◦ blue 175

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

Shades of Purple Heart #6603AF

Tints of Purple Heart #6603AF

RGB

 RED value IS 102 (40.23% from 255) = 36.43%

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 36.43%
G = 1.07%
B = 62.5%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6603AF (or 0x6603AF) is known color: Purple Heart. HEX triplet: 66, 03 and AF. RGB value is (102,3,175). Sum of RGB (Red+Green+Blue) = 102+3+175=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #6603AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6603AF is #99FC50. Grayscale: #333333. Windows color (decimal): -10091601 or 11469670. OLE color: 11469670.

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

Color convert

RGB 102 3 175 -
CMYK 0.42 0.98 0 0.31
HSL 274.53º 0.97% 0.35% -
HSV(B) 274.53º 0.98% 0.69% -
XYZ 13.25 5.99 41.01 -
YUV 52.21 197.3 163.51 -
System Red Green Blue C M Y K H S L
Decimal 102 3 175 0.42 0.98 0 0.31 274.53 0.97 0.35
Hex 66 3 AF 2A 62 0 1F 113 61 23
Octal 146 3 257 52 142 0 37 423 141 43
Binary 1100110 11 10101111 101010 1100010 0 11111 100010011 1100001 100011

Color Harmonies of #6603AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6603AF

Black with #6603AF

Text Example


Text Example

White with #6603AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,3,175); }

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

background-color css

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

 a { background-color: rgb(102,3,175); }

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

border-color css

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

 span { border-color: rgb(102,3,175); }

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