Html Css Color HEX #402BCB Purple Heart

📋 copy color: '#402BCB'

red 64 ◦ green 43 ◦ blue 203

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

Shades of Purple Heart #402BCB

Tints of Purple Heart #402BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 20.65%
G = 13.87%
B = 65.48%

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

#402BCB (or 0x402BCB) is known color: Purple Heart. HEX triplet: 40, 2B and CB. RGB value is (64,43,203). Sum of RGB (Red+Green+Blue) = 64+43+203=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #402BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BCB is #BFD434. Grayscale: #424242. Windows color (decimal): -12571701 or 13314880. OLE color: 13314880.

HSL color Cylindrical-coordinate representation of color #402BCB: hue angle of 247.88º degrees, saturation: 0.65, 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 #402BCB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 43 203 -
CMYK 0.68 0.79 0 0.20
HSL 247.88º 0.65% 0.48% -
HSV(B) 247.88º 0.79% 0.8% -
XYZ 13.76 7.13 57.15 -
YUV 67.52 204.46 125.49 -
System Red Green Blue C M Y K H S L
Decimal 64 43 203 0.68 0.79 0 0.20 247.88 0.65 0.48
Hex 40 2B CB 44 4F 0 14 F8 41 30
Octal 100 53 313 104 117 0 24 370 101 60
Binary 1000000 101011 11001011 1000100 1001111 0 10100 11111000 1000001 110000

Color Harmonies of #402BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402BCB

Black with #402BCB

Text Example


Text Example

White with #402BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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