Html Css Color HEX #6415BC Purple Heart

📋 copy color: '#6415BC'

red 100 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #6415BC

Tints of Purple Heart #6415BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 32.36%
G = 6.8%
B = 60.84%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6415BC (or 0x6415BC) is known color: Purple Heart. HEX triplet: 64, 15 and BC. RGB value is (100,21,188). Sum of RGB (Red+Green+Blue) = 100+21+188=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #6415BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415BC is #9BEA43. Grayscale: #3F3F3F. Windows color (decimal): -10218052 or 12326244. OLE color: 12326244.

HSL color Cylindrical-coordinate representation of color #6415BC: hue angle of 268.38º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6415BC is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 21 188 -
CMYK 0.47 0.89 0 0.26
HSL 268.38º 0.8% 0.41% -
HSV(B) 268.38º 0.89% 0.74% -
XYZ 14.6 6.88 48.13 -
YUV 63.66 198.17 153.92 -
System Red Green Blue C M Y K H S L
Decimal 100 21 188 0.47 0.89 0 0.26 268.38 0.8 0.41
Hex 64 15 BC 2F 59 0 1A 10C 50 29
Octal 144 25 274 57 131 0 32 414 120 51
Binary 1100100 10101 10111100 101111 1011001 0 11010 100001100 1010000 101001

Color Harmonies of #6415BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415BC

Black with #6415BC

Text Example


Text Example

White with #6415BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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