Html Css Color HEX #402FCC Purple Heart

📋 copy color: '#402FCC'

red 64 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #402FCC

Tints of Purple Heart #402FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

 BLUE value IS 204 (80.08% from 255) = 64.76%

R = 20.32%
G = 14.92%
B = 64.76%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#402FCC (or 0x402FCC) is known color: Purple Heart. HEX triplet: 40, 2F and CC. RGB value is (64,47,204). Sum of RGB (Red+Green+Blue) = 64+47+204=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #402FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FCC is #BFD033. Grayscale: #454545. Windows color (decimal): -12570676 or 13381440. OLE color: 13381440.

HSL color Cylindrical-coordinate representation of color #402FCC: hue angle of 246.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402FCC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 47 204 -
CMYK 0.69 0.77 0 0.2
HSL 246.5º 0.63% 0.49% -
HSV(B) 246.5º 0.77% 0.8% -
XYZ 14.03 7.48 57.83 -
YUV 69.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 64 47 204 0.69 0.77 0 0.2 246.5 0.63 0.49
Hex 40 2F CC 45 4D 0 14 F6 3F 31
Octal 100 57 314 105 115 0 24 366 77 61
Binary 1000000 101111 11001100 1000101 1001101 0 10100 11110110 111111 110001

Color Harmonies of #402FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402FCC

Black with #402FCC

Text Example


Text Example

White with #402FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,204); }

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

background-color css

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

 a { background-color: rgb(64,47,204); }

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

border-color css

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

 span { border-color: rgb(64,47,204); }

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