Html Css Color HEX #6405B7 Purple Heart

📋 copy color: '#6405B7'

red 100 ◦ green 5 ◦ blue 183

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

Shades of Purple Heart #6405B7

Tints of Purple Heart #6405B7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 183 (71.88% from 255) = 63.54%

R = 34.72%
G = 1.74%
B = 63.54%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6405B7 (or 0x6405B7) is known color: Purple Heart. HEX triplet: 64, 05 and B7. RGB value is (100,5,183). Sum of RGB (Red+Green+Blue) = 100+5+183=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 183 (71.88% from 255 or 63.54% from 288); Max value from RGB is 183 - color contains mainly: blue. Hex color #6405B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405B7 is #9BFA48. Grayscale: #353535. Windows color (decimal): -10222153 or 11994468. OLE color: 11994468.

HSL color Cylindrical-coordinate representation of color #6405B7: hue angle of 272.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6405B7 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 5 183 -
CMYK 0.45 0.97 0 0.28
HSL 272.02º 0.95% 0.37% -
HSV(B) 272.02º 0.97% 0.72% -
XYZ 13.86 6.24 45.27 -
YUV 53.7 200.97 161.03 -
System Red Green Blue C M Y K H S L
Decimal 100 5 183 0.45 0.97 0 0.28 272.02 0.95 0.37
Hex 64 5 B7 2D 61 0 1C 110 5F 25
Octal 144 5 267 55 141 0 34 420 137 45
Binary 1100100 101 10110111 101101 1100001 0 11100 100010000 1011111 100101

Color Harmonies of #6405B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405B7

Black with #6405B7

Text Example


Text Example

White with #6405B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6405B7; }

 p { color: rgb(100,5,183); }

 H1.HeaderClassName
 {
   color: #6405B7;
 }
 .AnyTagClassName
 {
   color: #6405B7;
 }
</style>

background-color css

<style>
 a { background-color: #6405B7; }

 a { background-color: rgb(100,5,183); }

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

border-color css

<style>
 span { border-color: #6405B7; }

 span { border-color: rgb(100,5,183); }

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