Html Css Color HEX #6618CD Purple Heart

📋 copy color: '#6618CD'

red 102 ◦ green 24 ◦ blue 205

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

Shades of Purple Heart #6618CD

Tints of Purple Heart #6618CD

RGB

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

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

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

R = 30.82%
G = 7.25%
B = 61.93%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6618CD (or 0x6618CD) is known color: Purple Heart. HEX triplet: 66, 18 and CD. RGB value is (102,24,205). Sum of RGB (Red+Green+Blue) = 102+24+205=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #6618CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618CD is #99E732. Grayscale: #434343. Windows color (decimal): -10086195 or 13441126. OLE color: 13441126.

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

Color convert

RGB 102 24 205 -
CMYK 0.50 0.88 0 0.20
HSL 265.86º 0.79% 0.45% -
HSV(B) 265.86º 0.88% 0.8% -
XYZ 16.83 7.89 58.39 -
YUV 67.96 205.34 152.28 -
System Red Green Blue C M Y K H S L
Decimal 102 24 205 0.50 0.88 0 0.20 265.86 0.79 0.45
Hex 66 18 CD 32 58 0 14 10A 4F 2D
Octal 146 30 315 62 130 0 24 412 117 55
Binary 1100110 11000 11001101 110010 1011000 0 10100 100001010 1001111 101101

Color Harmonies of #6618CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618CD

Black with #6618CD

Text Example


Text Example

White with #6618CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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