Html Css Color HEX #431ECA Purple Heart

📋 copy color: '#431ECA'

red 67 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #431ECA

Tints of Purple Heart #431ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.56%

R = 22.41%
G = 10.03%
B = 67.56%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#431ECA (or 0x431ECA) is known color: Purple Heart. HEX triplet: 43, 1E and CA. RGB value is (67,30,202). Sum of RGB (Red+Green+Blue) = 67+30+202=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #431ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431ECA is #BCE135. Grayscale: #3C3C3C. Windows color (decimal): -12378422 or 13246019. OLE color: 13246019.

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

Color convert

RGB 67 30 202 -
CMYK 0.67 0.85 0 0.21
HSL 252.91º 0.74% 0.45% -
HSV(B) 252.91º 0.85% 0.79% -
XYZ 13.44 6.39 56.4 -
YUV 60.67 207.76 132.51 -
System Red Green Blue C M Y K H S L
Decimal 67 30 202 0.67 0.85 0 0.21 252.91 0.74 0.45
Hex 43 1E CA 43 55 0 15 FD 4A 2D
Octal 103 36 312 103 125 0 25 375 112 55
Binary 1000011 11110 11001010 1000011 1010101 0 10101 11111101 1001010 101101

Color Harmonies of #431ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431ECA

Black with #431ECA

Text Example


Text Example

White with #431ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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