Html Css Color HEX #402ACB Purple Heart

📋 copy color: '#402ACB'

red 64 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #402ACB

Tints of Purple Heart #402ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 203 (79.69% from 255) = 65.7%

R = 20.71%
G = 13.59%
B = 65.7%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#402ACB (or 0x402ACB) is known color: Purple Heart. HEX triplet: 40, 2A and CB. RGB value is (64,42,203). Sum of RGB (Red+Green+Blue) = 64+42+203=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #402ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ACB is #BFD534. Grayscale: #424242. Windows color (decimal): -12571957 or 13314624. OLE color: 13314624.

HSL color Cylindrical-coordinate representation of color #402ACB: hue angle of 248.2º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402ACB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 42 203 -
CMYK 0.68 0.79 0 0.20
HSL 248.2º 0.66% 0.48% -
HSV(B) 248.2º 0.79% 0.8% -
XYZ 13.72 7.06 57.14 -
YUV 66.93 204.79 125.91 -
System Red Green Blue C M Y K H S L
Decimal 64 42 203 0.68 0.79 0 0.20 248.2 0.66 0.48
Hex 40 2A CB 44 4F 0 14 F8 42 30
Octal 100 52 313 104 117 0 24 370 102 60
Binary 1000000 101010 11001011 1000100 1001111 0 10100 11111000 1000010 110000

Color Harmonies of #402ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402ACB

Black with #402ACB

Text Example


Text Example

White with #402ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402ACB; }

 p { color: rgb(64,42,203); }

 H1.HeaderClassName
 {
   color: #402ACB;
 }
 .AnyTagClassName
 {
   color: #402ACB;
 }
</style>

background-color css

<style>
 a { background-color: #402ACB; }

 a { background-color: rgb(64,42,203); }

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

border-color css

<style>
 span { border-color: #402ACB; }

 span { border-color: rgb(64,42,203); }

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