Html Css Color HEX #431ECC Purple Heart

📋 copy color: '#431ECC'

red 67 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #431ECC

Tints of Purple Heart #431ECC

RGB

 RED value IS 67 (26.56% from 255) = 22.26%

 GREEN value IS 30 (12.11% from 255) = 9.97%

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

R = 22.26%
G = 9.97%
B = 67.77%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#431ECC (or 0x431ECC) is known color: Purple Heart. HEX triplet: 43, 1E and CC. RGB value is (67,30,204). Sum of RGB (Red+Green+Blue) = 67+30+204=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #431ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431ECC is #BCE133. Grayscale: #3C3C3C. Windows color (decimal): -12378420 or 13377091. OLE color: 13377091.

HSL color Cylindrical-coordinate representation of color #431ECC: hue angle of 252.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431ECC is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 30 204 -
CMYK 0.67 0.85 0 0.2
HSL 252.76º 0.74% 0.46% -
HSV(B) 252.76º 0.85% 0.8% -
XYZ 13.68 6.48 57.66 -
YUV 60.9 208.76 132.35 -
System Red Green Blue C M Y K H S L
Decimal 67 30 204 0.67 0.85 0 0.2 252.76 0.74 0.46
Hex 43 1E CC 43 55 0 14 FD 4A 2E
Octal 103 36 314 103 125 0 24 375 112 56
Binary 1000011 11110 11001100 1000011 1010101 0 10100 11111101 1001010 101110

Color Harmonies of #431ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431ECC

Black with #431ECC

Text Example


Text Example

White with #431ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431ECC; }

 p { color: rgb(67,30,204); }

 H1.HeaderClassName
 {
   color: #431ECC;
 }
 .AnyTagClassName
 {
   color: #431ECC;
 }
</style>

background-color css

<style>
 a { background-color: #431ECC; }

 a { background-color: rgb(67,30,204); }

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

border-color css

<style>
 span { border-color: #431ECC; }

 span { border-color: rgb(67,30,204); }

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