Html Css Color HEX #6404BF Purple Heart

📋 copy color: '#6404BF'

red 100 ◦ green 4 ◦ blue 191

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

Shades of Purple Heart #6404BF

Tints of Purple Heart #6404BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.75%

R = 33.9%
G = 1.36%
B = 64.75%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6404BF (or 0x6404BF) is known color: Purple Heart. HEX triplet: 64, 04 and BF. RGB value is (100,4,191). Sum of RGB (Red+Green+Blue) = 100+4+191=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #6404BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6404BF is #9BFB40. Grayscale: #353535. Windows color (decimal): -10222401 or 12518500. OLE color: 12518500.

HSL color Cylindrical-coordinate representation of color #6404BF: hue angle of 270.8º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404BF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 4 191 -
CMYK 0.48 0.98 0 0.25
HSL 270.8º 0.96% 0.38% -
HSV(B) 270.8º 0.98% 0.75% -
XYZ 14.7 6.56 49.78 -
YUV 54.02 205.3 160.79 -
System Red Green Blue C M Y K H S L
Decimal 100 4 191 0.48 0.98 0 0.25 270.8 0.96 0.38
Hex 64 4 BF 30 62 0 19 10F 60 26
Octal 144 4 277 60 142 0 31 417 140 46
Binary 1100100 100 10111111 110000 1100010 0 11001 100001111 1100000 100110

Color Harmonies of #6404BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6404BF

Black with #6404BF

Text Example


Text Example

White with #6404BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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