Html Css Color HEX #431FCA Purple Heart

📋 copy color: '#431FCA'

red 67 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #431FCA

Tints of Purple Heart #431FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.33%

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

R = 22.33%
G = 10.33%
B = 67.33%

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

#431FCA (or 0x431FCA) is known color: Purple Heart. HEX triplet: 43, 1F and CA. RGB value is (67,31,202). Sum of RGB (Red+Green+Blue) = 67+31+202=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #431FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FCA is #BCE035. Grayscale: #3C3C3C. Windows color (decimal): -12378166 or 13246275. OLE color: 13246275.

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

Color convert

RGB 67 31 202 -
CMYK 0.67 0.85 0 0.21
HSL 252.63º 0.73% 0.46% -
HSV(B) 252.63º 0.85% 0.79% -
XYZ 13.47 6.44 56.41 -
YUV 61.26 207.43 132.1 -
System Red Green Blue C M Y K H S L
Decimal 67 31 202 0.67 0.85 0 0.21 252.63 0.73 0.46
Hex 43 1F CA 43 55 0 15 FD 49 2E
Octal 103 37 312 103 125 0 25 375 111 56
Binary 1000011 11111 11001010 1000011 1010101 0 10101 11111101 1001001 101110

Color Harmonies of #431FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FCA

Black with #431FCA

Text Example


Text Example

White with #431FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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