Html Css Color HEX #431D4A Hot Purple

📋 copy color: '#431D4A'

red 67 ◦ green 29 ◦ blue 74

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

Shades of Hot Purple #431D4A

Tints of Hot Purple #431D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

 BLUE value IS 74 (29.3% from 255) = 43.53%

R = 39.41%
G = 17.06%
B = 43.53%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#431D4A (or 0x431D4A) is known color: Hot Purple. HEX triplet: 43, 1D and 4A. RGB value is (67,29,74). Sum of RGB (Red+Green+Blue) = 67+29+74=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #431D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D4A is #BCE2B5. Grayscale: #2D2D2D. Windows color (decimal): -12378806 or 4857155. OLE color: 4857155.

HSL color Cylindrical-coordinate representation of color #431D4A: hue angle of 290.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431D4A is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 29 74 -
CMYK 0.09 0.61 0 0.71
HSL 290.67º 0.44% 0.2% -
HSV(B) 290.67º 0.61% 0.29% -
XYZ 3.99 2.57 6.76 -
YUV 45.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 67 29 74 0.09 0.61 0 0.71 290.67 0.44 0.2
Hex 43 1D 4A 9 3D 0 47 123 2C 14
Octal 103 35 112 11 75 0 107 443 54 24
Binary 1000011 11101 1001010 1001 111101 0 1000111 100100011 101100 10100

Color Harmonies of #431D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D4A

Black with #431D4A

Text Example


Text Example

White with #431D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,29,74); }

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

background-color css

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

 a { background-color: rgb(67,29,74); }

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

border-color css

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

 span { border-color: rgb(67,29,74); }

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