Html Css Color HEX #6400CE Purple Heart

📋 copy color: '#6400CE'

red 100 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #6400CE

Tints of Purple Heart #6400CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 32.68%
G = 0%
B = 67.32%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6400CE (or 0x6400CE) is known color: Purple Heart. HEX triplet: 64, 00 and CE. RGB value is (100,0,206). Sum of RGB (Red+Green+Blue) = 100+0+206=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #6400CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400CE is #9BFF31. Grayscale: #343434. Windows color (decimal): -10223410 or 13500516. OLE color: 13500516.

HSL color Cylindrical-coordinate representation of color #6400CE: hue angle of 269.13º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400CE is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 0 206 -
CMYK 0.51 1 0 0.19
HSL 269.13º 1% 0.4% -
HSV(B) 269.13º 1% 0.81% -
XYZ 16.4 7.17 58.91 -
YUV 53.38 214.13 161.25 -
System Red Green Blue C M Y K H S L
Decimal 100 0 206 0.51 1 0 0.19 269.13 1 0.4
Hex 64 0 CE 33 64 0 13 10D 64 28
Octal 144 0 316 63 144 0 23 415 144 50
Binary 1100100 0 11001110 110011 1100100 0 10011 100001101 1100100 101000

Color Harmonies of #6400CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6400CE

Black with #6400CE

Text Example


Text Example

White with #6400CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6400CE; }

 p { color: rgb(100,0,206); }

 H1.HeaderClassName
 {
   color: #6400CE;
 }
 .AnyTagClassName
 {
   color: #6400CE;
 }
</style>

background-color css

<style>
 a { background-color: #6400CE; }

 a { background-color: rgb(100,0,206); }

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

border-color css

<style>
 span { border-color: #6400CE; }

 span { border-color: rgb(100,0,206); }

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