Html Css Color HEX #431AC1 Purple Heart

📋 copy color: '#431AC1'

red 67 ◦ green 26 ◦ blue 193

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

Shades of Purple Heart #431AC1

Tints of Purple Heart #431AC1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

 BLUE value IS 193 (75.78% from 255) = 67.48%

R = 23.43%
G = 9.09%
B = 67.48%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#431AC1 (or 0x431AC1) is known color: Purple Heart. HEX triplet: 43, 1A and C1. RGB value is (67,26,193). Sum of RGB (Red+Green+Blue) = 67+26+193=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 193 (75.78% from 255 or 67.48% from 286); Max value from RGB is 193 - color contains mainly: blue. Hex color #431AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431AC1 is #BCE53E. Grayscale: #383838. Windows color (decimal): -12379455 or 12655171. OLE color: 12655171.

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

Color convert

RGB 67 26 193 -
CMYK 0.65 0.87 0 0.24
HSL 254.73º 0.76% 0.43% -
HSV(B) 254.73º 0.87% 0.76% -
XYZ 12.31 5.78 50.92 -
YUV 57.3 204.58 134.92 -
System Red Green Blue C M Y K H S L
Decimal 67 26 193 0.65 0.87 0 0.24 254.73 0.76 0.43
Hex 43 1A C1 41 57 0 18 FF 4C 2B
Octal 103 32 301 101 127 0 30 377 114 53
Binary 1000011 11010 11000001 1000001 1010111 0 11000 11111111 1001100 101011

Color Harmonies of #431AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431AC1

Black with #431AC1

Text Example


Text Example

White with #431AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,26,193); }

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

background-color css

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

 a { background-color: rgb(67,26,193); }

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

border-color css

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

 span { border-color: rgb(67,26,193); }

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