Html Css Color HEX #6401BA Purple Heart

📋 copy color: '#6401BA'

red 100 ◦ green 1 ◦ blue 186

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

Shades of Purple Heart #6401BA

Tints of Purple Heart #6401BA

RGB

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

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

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

R = 34.84%
G = 0.35%
B = 64.81%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6401BA (or 0x6401BA) is known color: Purple Heart. HEX triplet: 64, 01 and BA. RGB value is (100,1,186). Sum of RGB (Red+Green+Blue) = 100+1+186=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #6401BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6401BA is #9BFE45. Grayscale: #333333. Windows color (decimal): -10223174 or 12190052. OLE color: 12190052.

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

Color convert

RGB 100 1 186 -
CMYK 0.46 0.99 0 0.27
HSL 272.11º 0.99% 0.37% -
HSV(B) 272.11º 0.99% 0.73% -
XYZ 14.13 6.28 46.92 -
YUV 51.69 203.8 162.46 -
System Red Green Blue C M Y K H S L
Decimal 100 1 186 0.46 0.99 0 0.27 272.11 0.99 0.37
Hex 64 1 BA 2E 63 0 1B 110 63 25
Octal 144 1 272 56 143 0 33 420 143 45
Binary 1100100 1 10111010 101110 1100011 0 11011 100010000 1100011 100101

Color Harmonies of #6401BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6401BA

Black with #6401BA

Text Example


Text Example

White with #6401BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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