Html Css Color HEX #6618CF Purple Heart

📋 copy color: '#6618CF'

red 102 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #6618CF

Tints of Purple Heart #6618CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 30.63%
G = 7.21%
B = 62.16%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6618CF (or 0x6618CF) is known color: Purple Heart. HEX triplet: 66, 18 and CF. RGB value is (102,24,207). Sum of RGB (Red+Green+Blue) = 102+24+207=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #6618CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6618CF is #99E730. Grayscale: #434343. Windows color (decimal): -10086193 or 13572198. OLE color: 13572198.

HSL color Cylindrical-coordinate representation of color #6618CF: hue angle of 265.57º 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 #6618CF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 24 207 -
CMYK 0.51 0.88 0 0.19
HSL 265.57º 0.79% 0.45% -
HSV(B) 265.57º 0.88% 0.81% -
XYZ 17.07 7.98 59.67 -
YUV 68.18 206.34 152.12 -
System Red Green Blue C M Y K H S L
Decimal 102 24 207 0.51 0.88 0 0.19 265.57 0.79 0.45
Hex 66 18 CF 33 58 0 13 10A 4F 2D
Octal 146 30 317 63 130 0 23 412 117 55
Binary 1100110 11000 11001111 110011 1011000 0 10011 100001010 1001111 101101

Color Harmonies of #6618CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618CF

Black with #6618CF

Text Example


Text Example

White with #6618CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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