Html Css Color HEX #6415CE Purple Heart

📋 copy color: '#6415CE'

red 100 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #6415CE

Tints of Purple Heart #6415CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

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

R = 30.58%
G = 6.42%
B = 63%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6415CE (or 0x6415CE) is known color: Purple Heart. HEX triplet: 64, 15 and CE. RGB value is (100,21,206). Sum of RGB (Red+Green+Blue) = 100+21+206=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #6415CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415CE is #9BEA31. Grayscale: #414141. Windows color (decimal): -10218034 or 13505892. OLE color: 13505892.

HSL color Cylindrical-coordinate representation of color #6415CE: hue angle of 265.62º degrees, saturation: 0.81, 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 #6415CE is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 21 206 -
CMYK 0.51 0.90 0 0.19
HSL 265.62º 0.81% 0.45% -
HSV(B) 265.62º 0.9% 0.81% -
XYZ 16.66 7.7 59 -
YUV 65.71 207.17 152.46 -
System Red Green Blue C M Y K H S L
Decimal 100 21 206 0.51 0.90 0 0.19 265.62 0.81 0.45
Hex 64 15 CE 33 5A 0 13 10A 51 2D
Octal 144 25 316 63 132 0 23 412 121 55
Binary 1100100 10101 11001110 110011 1011010 0 10011 100001010 1010001 101101

Color Harmonies of #6415CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415CE

Black with #6415CE

Text Example


Text Example

White with #6415CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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