Html Css Color HEX #6418CF Purple Heart

📋 copy color: '#6418CF'

red 100 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #6418CF

Tints of Purple Heart #6418CF

RGB

 RED value IS 100 (39.45% from 255) = 30.21%

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

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

R = 30.21%
G = 7.25%
B = 62.54%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6418CF (or 0x6418CF) is known color: Purple Heart. HEX triplet: 64, 18 and CF. RGB value is (100,24,207). Sum of RGB (Red+Green+Blue) = 100+24+207=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #6418CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6418CF is #9BE730. Grayscale: #424242. Windows color (decimal): -10217265 or 13572196. OLE color: 13572196.

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

Color convert

RGB 100 24 207 -
CMYK 0.52 0.88 0 0.19
HSL 264.92º 0.79% 0.45% -
HSV(B) 264.92º 0.88% 0.81% -
XYZ 16.84 7.87 59.66 -
YUV 67.59 206.68 151.12 -
System Red Green Blue C M Y K H S L
Decimal 100 24 207 0.52 0.88 0 0.19 264.92 0.79 0.45
Hex 64 18 CF 34 58 0 13 109 4F 2D
Octal 144 30 317 64 130 0 23 411 117 55
Binary 1100100 11000 11001111 110100 1011000 0 10011 100001001 1001111 101101

Color Harmonies of #6418CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6418CF

Black with #6418CF

Text Example


Text Example

White with #6418CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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