Html Css Color HEX #431EC2 Purple Heart

📋 copy color: '#431EC2'

red 67 ◦ green 30 ◦ blue 194

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

Shades of Purple Heart #431EC2

Tints of Purple Heart #431EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 66.67%

R = 23.02%
G = 10.31%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#431EC2 (or 0x431EC2) is known color: Purple Heart. HEX triplet: 43, 1E and C2. RGB value is (67,30,194). Sum of RGB (Red+Green+Blue) = 67+30+194=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #431EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431EC2 is #BCE13D. Grayscale: #3B3B3B. Windows color (decimal): -12378430 or 12721731. OLE color: 12721731.

HSL color Cylindrical-coordinate representation of color #431EC2: hue angle of 253.54º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431EC2 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 67 30 194 -
CMYK 0.65 0.85 0 0.24
HSL 253.54º 0.73% 0.44% -
HSV(B) 253.54º 0.85% 0.76% -
XYZ 12.52 6.02 51.54 -
YUV 59.76 203.76 133.16 -
System Red Green Blue C M Y K H S L
Decimal 67 30 194 0.65 0.85 0 0.24 253.54 0.73 0.44
Hex 43 1E C2 41 55 0 18 FE 49 2C
Octal 103 36 302 101 125 0 30 376 111 54
Binary 1000011 11110 11000010 1000001 1010101 0 11000 11111110 1001001 101100

Color Harmonies of #431EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431EC2

Black with #431EC2

Text Example


Text Example

White with #431EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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