Html Css Color HEX #400CCB Purple Heart

📋 copy color: '#400CCB'

red 64 ◦ green 12 ◦ blue 203

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

Shades of Purple Heart #400CCB

Tints of Purple Heart #400CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

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

R = 22.94%
G = 4.3%
B = 72.76%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#400CCB (or 0x400CCB) is known color: Purple Heart. HEX triplet: 40, 0C and CB. RGB value is (64,12,203). Sum of RGB (Red+Green+Blue) = 64+12+203=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #400CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400CCB is #BFF334. Grayscale: #303030. Windows color (decimal): -12579637 or 13306944. OLE color: 13306944.

HSL color Cylindrical-coordinate representation of color #400CCB: hue angle of 256.34º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400CCB is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 12 203 -
CMYK 0.68 0.94 0 0.20
HSL 256.34º 0.89% 0.42% -
HSV(B) 256.34º 0.94% 0.8% -
XYZ 13.03 5.66 56.91 -
YUV 49.32 214.73 138.47 -
System Red Green Blue C M Y K H S L
Decimal 64 12 203 0.68 0.94 0 0.20 256.34 0.89 0.42
Hex 40 C CB 44 5E 0 14 100 59 2A
Octal 100 14 313 104 136 0 24 400 131 52
Binary 1000000 1100 11001011 1000100 1011110 0 10100 100000000 1011001 101010

Color Harmonies of #400CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400CCB

Black with #400CCB

Text Example


Text Example

White with #400CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400CCB; }

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

 H1.HeaderClassName
 {
   color: #400CCB;
 }
 .AnyTagClassName
 {
   color: #400CCB;
 }
</style>

background-color css

<style>
 a { background-color: #400CCB; }

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

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

border-color css

<style>
 span { border-color: #400CCB; }

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

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