Html Css Color HEX #401ABC Purple Heart

📋 copy color: '#401ABC'

red 64 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #401ABC

Tints of Purple Heart #401ABC

RGB

 RED value IS 64 (25.39% from 255) = 23.02%

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 23.02%
G = 9.35%
B = 67.63%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#401ABC (or 0x401ABC) is known color: Purple Heart. HEX triplet: 40, 1A and BC. RGB value is (64,26,188). Sum of RGB (Red+Green+Blue) = 64+26+188=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #401ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ABC is #BFE543. Grayscale: #373737. Windows color (decimal): -12576068 or 12327488. OLE color: 12327488.

HSL color Cylindrical-coordinate representation of color #401ABC: hue angle of 254.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401ABC is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 26 188 -
CMYK 0.66 0.86 0 0.26
HSL 254.07º 0.76% 0.42% -
HSV(B) 254.07º 0.86% 0.74% -
XYZ 11.56 5.46 48.02 -
YUV 55.83 202.59 133.83 -
System Red Green Blue C M Y K H S L
Decimal 64 26 188 0.66 0.86 0 0.26 254.07 0.76 0.42
Hex 40 1A BC 42 56 0 1A FE 4C 2A
Octal 100 32 274 102 126 0 32 376 114 52
Binary 1000000 11010 10111100 1000010 1010110 0 11010 11111110 1001100 101010

Color Harmonies of #401ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401ABC

Black with #401ABC

Text Example


Text Example

White with #401ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401ABC; }

 p { color: rgb(64,26,188); }

 H1.HeaderClassName
 {
   color: #401ABC;
 }
 .AnyTagClassName
 {
   color: #401ABC;
 }
</style>

background-color css

<style>
 a { background-color: #401ABC; }

 a { background-color: rgb(64,26,188); }

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

border-color css

<style>
 span { border-color: #401ABC; }

 span { border-color: rgb(64,26,188); }

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