Html Css Color HEX #6618C0 Purple Heart

📋 copy color: '#6618C0'

red 102 ◦ green 24 ◦ blue 192

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

Shades of Purple Heart #6618C0

Tints of Purple Heart #6618C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.38%

R = 32.08%
G = 7.55%
B = 60.38%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6618C0 (or 0x6618C0) is known color: Purple Heart. HEX triplet: 66, 18 and C0. RGB value is (102,24,192). Sum of RGB (Red+Green+Blue) = 102+24+192=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #6618C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618C0 is #99E73F. Grayscale: #414141. Windows color (decimal): -10086208 or 12589158. OLE color: 12589158.

HSL color Cylindrical-coordinate representation of color #6618C0: hue angle of 267.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6618C0 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 24 192 -
CMYK 0.47 0.88 0 0.25
HSL 267.86º 0.78% 0.42% -
HSV(B) 267.86º 0.88% 0.75% -
XYZ 15.32 7.28 50.47 -
YUV 66.47 198.84 153.34 -
System Red Green Blue C M Y K H S L
Decimal 102 24 192 0.47 0.88 0 0.25 267.86 0.78 0.42
Hex 66 18 C0 2F 58 0 19 10C 4E 2A
Octal 146 30 300 57 130 0 31 414 116 52
Binary 1100110 11000 11000000 101111 1011000 0 11001 100001100 1001110 101010

Color Harmonies of #6618C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618C0

Black with #6618C0

Text Example


Text Example

White with #6618C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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