Html Css Color HEX #6404BA Purple Heart

📋 copy color: '#6404BA'

red 100 ◦ green 4 ◦ blue 186

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

Shades of Purple Heart #6404BA

Tints of Purple Heart #6404BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 34.48%
G = 1.38%
B = 64.14%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6404BA (or 0x6404BA) is known color: Purple Heart. HEX triplet: 64, 04 and BA. RGB value is (100,4,186). Sum of RGB (Red+Green+Blue) = 100+4+186=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #6404BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6404BA is #9BFB45. Grayscale: #343434. Windows color (decimal): -10222406 or 12190820. OLE color: 12190820.

HSL color Cylindrical-coordinate representation of color #6404BA: hue angle of 271.65º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404BA is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 4 186 -
CMYK 0.46 0.98 0 0.27
HSL 271.65º 0.96% 0.37% -
HSV(B) 271.65º 0.98% 0.73% -
XYZ 14.16 6.34 46.93 -
YUV 53.45 202.8 161.2 -
System Red Green Blue C M Y K H S L
Decimal 100 4 186 0.46 0.98 0 0.27 271.65 0.96 0.37
Hex 64 4 BA 2E 62 0 1B 110 60 25
Octal 144 4 272 56 142 0 33 420 140 45
Binary 1100100 100 10111010 101110 1100010 0 11011 100010000 1100000 100101

Color Harmonies of #6404BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6404BA

Black with #6404BA

Text Example


Text Example

White with #6404BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6404BA; }

 p { color: rgb(100,4,186); }

 H1.HeaderClassName
 {
   color: #6404BA;
 }
 .AnyTagClassName
 {
   color: #6404BA;
 }
</style>

background-color css

<style>
 a { background-color: #6404BA; }

 a { background-color: rgb(100,4,186); }

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

border-color css

<style>
 span { border-color: #6404BA; }

 span { border-color: rgb(100,4,186); }

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