Html Css Color HEX #6618CE Purple Heart

📋 copy color: '#6618CE'

red 102 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #6618CE

Tints of Purple Heart #6618CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 30.72%
G = 7.23%
B = 62.05%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6618CE (or 0x6618CE) is known color: Purple Heart. HEX triplet: 66, 18 and CE. RGB value is (102,24,206). Sum of RGB (Red+Green+Blue) = 102+24+206=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #6618CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618CE is #99E731. Grayscale: #434343. Windows color (decimal): -10086194 or 13506662. OLE color: 13506662.

HSL color Cylindrical-coordinate representation of color #6618CE: hue angle of 265.71º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6618CE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 24 206 -
CMYK 0.50 0.88 0 0.19
HSL 265.71º 0.79% 0.45% -
HSV(B) 265.71º 0.88% 0.81% -
XYZ 16.95 7.93 59.03 -
YUV 68.07 205.84 152.2 -
System Red Green Blue C M Y K H S L
Decimal 102 24 206 0.50 0.88 0 0.19 265.71 0.79 0.45
Hex 66 18 CE 32 58 0 13 10A 4F 2D
Octal 146 30 316 62 130 0 23 412 117 55
Binary 1100110 11000 11001110 110010 1011000 0 10011 100001010 1001111 101101

Color Harmonies of #6618CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618CE

Black with #6618CE

Text Example


Text Example

White with #6618CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6618CE; }

 p { color: rgb(102,24,206); }

 H1.HeaderClassName
 {
   color: #6618CE;
 }
 .AnyTagClassName
 {
   color: #6618CE;
 }
</style>

background-color css

<style>
 a { background-color: #6618CE; }

 a { background-color: rgb(102,24,206); }

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

border-color css

<style>
 span { border-color: #6618CE; }

 span { border-color: rgb(102,24,206); }

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