Html Css Color HEX #431FC6 Purple Heart

📋 copy color: '#431FC6'

red 67 ◦ green 31 ◦ blue 198

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

Shades of Purple Heart #431FC6

Tints of Purple Heart #431FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 66.89%

R = 22.64%
G = 10.47%
B = 66.89%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#431FC6 (or 0x431FC6) is known color: Purple Heart. HEX triplet: 43, 1F and C6. RGB value is (67,31,198). Sum of RGB (Red+Green+Blue) = 67+31+198=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #431FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FC6 is #BCE039. Grayscale: #3C3C3C. Windows color (decimal): -12378170 or 12984131. OLE color: 12984131.

HSL color Cylindrical-coordinate representation of color #431FC6: hue angle of 252.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431FC6 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 67 31 198 -
CMYK 0.66 0.84 0 0.22
HSL 252.93º 0.73% 0.45% -
HSV(B) 252.93º 0.84% 0.78% -
XYZ 13 6.25 53.95 -
YUV 60.8 205.43 132.42 -
System Red Green Blue C M Y K H S L
Decimal 67 31 198 0.66 0.84 0 0.22 252.93 0.73 0.45
Hex 43 1F C6 42 54 0 16 FD 49 2D
Octal 103 37 306 102 124 0 26 375 111 55
Binary 1000011 11111 11000110 1000010 1010100 0 10110 11111101 1001001 101101

Color Harmonies of #431FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FC6

Black with #431FC6

Text Example


Text Example

White with #431FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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