Html Css Color HEX #6605D0 Purple Heart

📋 copy color: '#6605D0'

red 102 ◦ green 5 ◦ blue 208

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

Shades of Purple Heart #6605D0

Tints of Purple Heart #6605D0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

 BLUE value IS 208 (81.64% from 255) = 66.03%

R = 32.38%
G = 1.59%
B = 66.03%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6605D0 (or 0x6605D0) is known color: Purple Heart. HEX triplet: 66, 05 and D0. RGB value is (102,5,208). Sum of RGB (Red+Green+Blue) = 102+5+208=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 208 (81.64% from 255 or 66.03% from 315); Max value from RGB is 208 - color contains mainly: blue. Hex color #6605D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6605D0 is #99FA2F. Grayscale: #383838. Windows color (decimal): -10091056 or 13632870. OLE color: 13632870.

HSL color Cylindrical-coordinate representation of color #6605D0: hue angle of 268.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6605D0 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 5 208 -
CMYK 0.51 0.98 0 0.18
HSL 268.67º 0.95% 0.42% -
HSV(B) 268.67º 0.98% 0.82% -
XYZ 16.92 7.49 60.23 -
YUV 57.15 213.14 159.99 -
System Red Green Blue C M Y K H S L
Decimal 102 5 208 0.51 0.98 0 0.18 268.67 0.95 0.42
Hex 66 5 D0 33 62 0 12 10D 5F 2A
Octal 146 5 320 63 142 0 22 415 137 52
Binary 1100110 101 11010000 110011 1100010 0 10010 100001101 1011111 101010

Color Harmonies of #6605D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6605D0

Black with #6605D0

Text Example


Text Example

White with #6605D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6605D0; }

 p { color: rgb(102,5,208); }

 H1.HeaderClassName
 {
   color: #6605D0;
 }
 .AnyTagClassName
 {
   color: #6605D0;
 }
</style>

background-color css

<style>
 a { background-color: #6605D0; }

 a { background-color: rgb(102,5,208); }

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

border-color css

<style>
 span { border-color: #6605D0; }

 span { border-color: rgb(102,5,208); }

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