Html Css Color HEX #6405B6 Purple Heart

📋 copy color: '#6405B6'

red 100 ◦ green 5 ◦ blue 182

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

Shades of Purple Heart #6405B6

Tints of Purple Heart #6405B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 63.41%

R = 34.84%
G = 1.74%
B = 63.41%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6405B6 (or 0x6405B6) is known color: Purple Heart. HEX triplet: 64, 05 and B6. RGB value is (100,5,182). Sum of RGB (Red+Green+Blue) = 100+5+182=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 182 (71.48% from 255 or 63.41% from 287); Max value from RGB is 182 - color contains mainly: blue. Hex color #6405B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405B6 is #9BFA49. Grayscale: #343434. Windows color (decimal): -10222154 or 11928932. OLE color: 11928932.

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

Color convert

RGB 100 5 182 -
CMYK 0.45 0.97 0 0.29
HSL 272.2º 0.95% 0.37% -
HSV(B) 272.2º 0.97% 0.71% -
XYZ 13.75 6.2 44.73 -
YUV 53.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 100 5 182 0.45 0.97 0 0.29 272.2 0.95 0.37
Hex 64 5 B6 2D 61 0 1D 110 5F 25
Octal 144 5 266 55 141 0 35 420 137 45
Binary 1100100 101 10110110 101101 1100001 0 11101 100010000 1011111 100101

Color Harmonies of #6405B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405B6

Black with #6405B6

Text Example


Text Example

White with #6405B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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