Html Css Color HEX #431CC2 Purple Heart

📋 copy color: '#431CC2'

red 67 ◦ green 28 ◦ blue 194

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

Shades of Purple Heart #431CC2

Tints of Purple Heart #431CC2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

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

R = 23.18%
G = 9.69%
B = 67.13%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#431CC2 (or 0x431CC2) is known color: Purple Heart. HEX triplet: 43, 1C and C2. RGB value is (67,28,194). Sum of RGB (Red+Green+Blue) = 67+28+194=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 194 (76.17% from 255 or 67.13% from 289); Max value from RGB is 194 - color contains mainly: blue. Hex color #431CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CC2 is #BCE33D. Grayscale: #393939. Windows color (decimal): -12378942 or 12721219. OLE color: 12721219.

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

Color convert

RGB 67 28 194 -
CMYK 0.65 0.86 0 0.24
HSL 254.1º 0.75% 0.44% -
HSV(B) 254.1º 0.86% 0.76% -
XYZ 12.47 5.92 51.52 -
YUV 58.59 204.42 134 -
System Red Green Blue C M Y K H S L
Decimal 67 28 194 0.65 0.86 0 0.24 254.1 0.75 0.44
Hex 43 1C C2 41 56 0 18 FE 4B 2C
Octal 103 34 302 101 126 0 30 376 113 54
Binary 1000011 11100 11000010 1000001 1010110 0 11000 11111110 1001011 101100

Color Harmonies of #431CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CC2

Black with #431CC2

Text Example


Text Example

White with #431CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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