Html Css Color HEX #6415BD Purple Heart

📋 copy color: '#6415BD'

red 100 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #6415BD

Tints of Purple Heart #6415BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.97%

R = 32.26%
G = 6.77%
B = 60.97%

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

#6415BD (or 0x6415BD) is known color: Purple Heart. HEX triplet: 64, 15 and BD. RGB value is (100,21,189). Sum of RGB (Red+Green+Blue) = 100+21+189=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #6415BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415BD is #9BEA42. Grayscale: #3F3F3F. Windows color (decimal): -10218051 or 12391780. OLE color: 12391780.

HSL color Cylindrical-coordinate representation of color #6415BD: hue angle of 268.21º 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 #6415BD is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 21 189 -
CMYK 0.47 0.89 0 0.26
HSL 268.21º 0.8% 0.41% -
HSV(B) 268.21º 0.89% 0.74% -
XYZ 14.71 6.92 48.7 -
YUV 63.77 198.67 153.84 -
System Red Green Blue C M Y K H S L
Decimal 100 21 189 0.47 0.89 0 0.26 268.21 0.8 0.41
Hex 64 15 BD 2F 59 0 1A 10C 50 29
Octal 144 25 275 57 131 0 32 414 120 51
Binary 1100100 10101 10111101 101111 1011001 0 11010 100001100 1010000 101001

Color Harmonies of #6415BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415BD

Black with #6415BD

Text Example


Text Example

White with #6415BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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