Html Css Color HEX #6415C2 Purple Heart

📋 copy color: '#6415C2'

red 100 ◦ green 21 ◦ blue 194

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

Shades of Purple Heart #6415C2

Tints of Purple Heart #6415C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 61.59%

R = 31.75%
G = 6.67%
B = 61.59%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6415C2 (or 0x6415C2) is known color: Purple Heart. HEX triplet: 64, 15 and C2. RGB value is (100,21,194). Sum of RGB (Red+Green+Blue) = 100+21+194=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 194 (76.17% from 255 or 61.59% from 315); Max value from RGB is 194 - color contains mainly: blue. Hex color #6415C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415C2 is #9BEA3D. Grayscale: #3F3F3F. Windows color (decimal): -10218046 or 12719460. OLE color: 12719460.

HSL color Cylindrical-coordinate representation of color #6415C2: hue angle of 267.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6415C2 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 21 194 -
CMYK 0.48 0.89 0 0.24
HSL 267.4º 0.8% 0.42% -
HSV(B) 267.4º 0.89% 0.76% -
XYZ 15.26 7.14 51.61 -
YUV 64.34 201.17 153.43 -
System Red Green Blue C M Y K H S L
Decimal 100 21 194 0.48 0.89 0 0.24 267.4 0.8 0.42
Hex 64 15 C2 30 59 0 18 10B 50 2A
Octal 144 25 302 60 131 0 30 413 120 52
Binary 1100100 10101 11000010 110000 1011001 0 11000 100001011 1010000 101010

Color Harmonies of #6415C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415C2

Black with #6415C2

Text Example


Text Example

White with #6415C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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