Html Css Color HEX #6405BC Purple Heart

📋 copy color: '#6405BC'

red 100 ◦ green 5 ◦ blue 188

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

Shades of Purple Heart #6405BC

Tints of Purple Heart #6405BC

RGB

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

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

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

R = 34.13%
G = 1.71%
B = 64.16%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6405BC (or 0x6405BC) is known color: Purple Heart. HEX triplet: 64, 05 and BC. RGB value is (100,5,188). Sum of RGB (Red+Green+Blue) = 100+5+188=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #6405BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405BC is #9BFA43. Grayscale: #353535. Windows color (decimal): -10222148 or 12322148. OLE color: 12322148.

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

Color convert

RGB 100 5 188 -
CMYK 0.47 0.97 0 0.26
HSL 271.15º 0.95% 0.38% -
HSV(B) 271.15º 0.97% 0.74% -
XYZ 14.39 6.45 48.06 -
YUV 54.27 203.47 160.62 -
System Red Green Blue C M Y K H S L
Decimal 100 5 188 0.47 0.97 0 0.26 271.15 0.95 0.38
Hex 64 5 BC 2F 61 0 1A 10F 5F 26
Octal 144 5 274 57 141 0 32 417 137 46
Binary 1100100 101 10111100 101111 1100001 0 11010 100001111 1011111 100110

Color Harmonies of #6405BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405BC

Black with #6405BC

Text Example


Text Example

White with #6405BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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