Html Css Color HEX #6616CD Purple Heart

📋 copy color: '#6616CD'

red 102 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #6616CD

Tints of Purple Heart #6616CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.69%

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 31%
G = 6.69%
B = 62.31%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6616CD (or 0x6616CD) is known color: Purple Heart. HEX triplet: 66, 16 and CD. RGB value is (102,22,205). Sum of RGB (Red+Green+Blue) = 102+22+205=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #6616CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616CD is #99E932. Grayscale: #424242. Windows color (decimal): -10086707 or 13440614. OLE color: 13440614.

HSL color Cylindrical-coordinate representation of color #6616CD: hue angle of 266.23º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6616CD is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 22 205 -
CMYK 0.50 0.89 0 0.20
HSL 266.23º 0.81% 0.45% -
HSV(B) 266.23º 0.89% 0.8% -
XYZ 16.79 7.81 58.38 -
YUV 66.78 206 153.12 -
System Red Green Blue C M Y K H S L
Decimal 102 22 205 0.50 0.89 0 0.20 266.23 0.81 0.45
Hex 66 16 CD 32 59 0 14 10A 51 2D
Octal 146 26 315 62 131 0 24 412 121 55
Binary 1100110 10110 11001101 110010 1011001 0 10100 100001010 1010001 101101

Color Harmonies of #6616CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6616CD

Black with #6616CD

Text Example


Text Example

White with #6616CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6616CD; }

 p { color: rgb(102,22,205); }

 H1.HeaderClassName
 {
   color: #6616CD;
 }
 .AnyTagClassName
 {
   color: #6616CD;
 }
</style>

background-color css

<style>
 a { background-color: #6616CD; }

 a { background-color: rgb(102,22,205); }

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

border-color css

<style>
 span { border-color: #6616CD; }

 span { border-color: rgb(102,22,205); }

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