Html Css Color HEX #6617CD Purple Heart

📋 copy color: '#6617CD'

red 102 ◦ green 23 ◦ blue 205

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

Shades of Purple Heart #6617CD

Tints of Purple Heart #6617CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

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

R = 30.91%
G = 6.97%
B = 62.12%

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

#6617CD (or 0x6617CD) is known color: Purple Heart. HEX triplet: 66, 17 and CD. RGB value is (102,23,205). Sum of RGB (Red+Green+Blue) = 102+23+205=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #6617CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6617CD is #99E832. Grayscale: #424242. Windows color (decimal): -10086451 or 13440870. OLE color: 13440870.

HSL color Cylindrical-coordinate representation of color #6617CD: hue angle of 266.04º degrees, saturation: 0.8, 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 #6617CD is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 23 205 -
CMYK 0.50 0.89 0 0.20
HSL 266.04º 0.8% 0.45% -
HSV(B) 266.04º 0.89% 0.8% -
XYZ 16.81 7.85 58.39 -
YUV 67.37 205.67 152.7 -
System Red Green Blue C M Y K H S L
Decimal 102 23 205 0.50 0.89 0 0.20 266.04 0.8 0.45
Hex 66 17 CD 32 59 0 14 10A 50 2D
Octal 146 27 315 62 131 0 24 412 120 55
Binary 1100110 10111 11001101 110010 1011001 0 10100 100001010 1010000 101101

Color Harmonies of #6617CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6617CD

Black with #6617CD

Text Example


Text Example

White with #6617CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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