Html Css Color HEX #6401BF Purple Heart

📋 copy color: '#6401BF'

red 100 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #6401BF

Tints of Purple Heart #6401BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 34.25%
G = 0.34%
B = 65.41%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6401BF (or 0x6401BF) is known color: Purple Heart. HEX triplet: 64, 01 and BF. RGB value is (100,1,191). Sum of RGB (Red+Green+Blue) = 100+1+191=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #6401BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6401BF is #9BFE40. Grayscale: #333333. Windows color (decimal): -10223169 or 12517732. OLE color: 12517732.

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

Color convert

RGB 100 1 191 -
CMYK 0.48 0.99 0 0.25
HSL 271.26º 0.99% 0.38% -
HSV(B) 271.26º 0.99% 0.75% -
XYZ 14.67 6.49 49.77 -
YUV 52.26 206.3 162.05 -
System Red Green Blue C M Y K H S L
Decimal 100 1 191 0.48 0.99 0 0.25 271.26 0.99 0.38
Hex 64 1 BF 30 63 0 19 10F 63 26
Octal 144 1 277 60 143 0 31 417 143 46
Binary 1100100 1 10111111 110000 1100011 0 11001 100001111 1100011 100110

Color Harmonies of #6401BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6401BF

Black with #6401BF

Text Example


Text Example

White with #6401BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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