Html Css Color HEX #6414CF Purple Heart

📋 copy color: '#6414CF'

red 100 ◦ green 20 ◦ blue 207

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

Shades of Purple Heart #6414CF

Tints of Purple Heart #6414CF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

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

R = 30.58%
G = 6.12%
B = 63.3%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6414CF (or 0x6414CF) is known color: Purple Heart. HEX triplet: 64, 14 and CF. RGB value is (100,20,207). Sum of RGB (Red+Green+Blue) = 100+20+207=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #6414CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414CF is #9BEB30. Grayscale: #404040. Windows color (decimal): -10218289 or 13571172. OLE color: 13571172.

HSL color Cylindrical-coordinate representation of color #6414CF: hue angle of 265.67º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6414CF is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 20 207 -
CMYK 0.52 0.90 0 0.19
HSL 265.67º 0.82% 0.45% -
HSV(B) 265.67º 0.9% 0.81% -
XYZ 16.77 7.71 59.64 -
YUV 65.24 208 152.79 -
System Red Green Blue C M Y K H S L
Decimal 100 20 207 0.52 0.90 0 0.19 265.67 0.82 0.45
Hex 64 14 CF 34 5A 0 13 10A 52 2D
Octal 144 24 317 64 132 0 23 412 122 55
Binary 1100100 10100 11001111 110100 1011010 0 10011 100001010 1010010 101101

Color Harmonies of #6414CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414CF

Black with #6414CF

Text Example


Text Example

White with #6414CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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