Html Css Color HEX #6401BE Purple Heart

📋 copy color: '#6401BE'

red 100 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #6401BE

Tints of Purple Heart #6401BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.29%

R = 34.36%
G = 0.34%
B = 65.29%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6401BE (or 0x6401BE) is known color: Purple Heart. HEX triplet: 64, 01 and BE. RGB value is (100,1,190). Sum of RGB (Red+Green+Blue) = 100+1+190=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #6401BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6401BE is #9BFE41. Grayscale: #333333. Windows color (decimal): -10223170 or 12452196. OLE color: 12452196.

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

Color convert

RGB 100 1 190 -
CMYK 0.47 0.99 0 0.25
HSL 271.43º 0.99% 0.37% -
HSV(B) 271.43º 0.99% 0.75% -
XYZ 14.56 6.45 49.19 -
YUV 52.15 205.8 162.13 -
System Red Green Blue C M Y K H S L
Decimal 100 1 190 0.47 0.99 0 0.25 271.43 0.99 0.37
Hex 64 1 BE 2F 63 0 19 10F 63 25
Octal 144 1 276 57 143 0 31 417 143 45
Binary 1100100 1 10111110 101111 1100011 0 11001 100001111 1100011 100101

Color Harmonies of #6401BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6401BE

Black with #6401BE

Text Example


Text Example

White with #6401BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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