Html Css Color HEX #4312B1 Purple Heart

📋 copy color: '#4312B1'

red 67 ◦ green 18 ◦ blue 177

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

Shades of Purple Heart #4312B1

Tints of Purple Heart #4312B1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

 BLUE value IS 177 (69.53% from 255) = 67.56%

R = 25.57%
G = 6.87%
B = 67.56%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4312B1 (or 0x4312B1) is known color: Purple Heart. HEX triplet: 43, 12 and B1. RGB value is (67,18,177). Sum of RGB (Red+Green+Blue) = 67+18+177=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 177 (69.53% from 255 or 67.56% from 262); Max value from RGB is 177 - color contains mainly: blue. Hex color #4312B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4312B1 is #BCED4E. Grayscale: #323232. Windows color (decimal): -12381519 or 11604547. OLE color: 11604547.

HSL color Cylindrical-coordinate representation of color #4312B1: hue angle of 258.49º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4312B1 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 18 177 -
CMYK 0.62 0.90 0 0.31
HSL 258.49º 0.82% 0.38% -
HSV(B) 258.49º 0.9% 0.69% -
XYZ 10.47 4.8 41.97 -
YUV 50.78 199.23 139.57 -
System Red Green Blue C M Y K H S L
Decimal 67 18 177 0.62 0.90 0 0.31 258.49 0.82 0.38
Hex 43 12 B1 3E 5A 0 1F 102 52 26
Octal 103 22 261 76 132 0 37 402 122 46
Binary 1000011 10010 10110001 111110 1011010 0 11111 100000010 1010010 100110

Color Harmonies of #4312B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4312B1

Black with #4312B1

Text Example


Text Example

White with #4312B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4312B1; }

 p { color: rgb(67,18,177); }

 H1.HeaderClassName
 {
   color: #4312B1;
 }
 .AnyTagClassName
 {
   color: #4312B1;
 }
</style>

background-color css

<style>
 a { background-color: #4312B1; }

 a { background-color: rgb(67,18,177); }

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

border-color css

<style>
 span { border-color: #4312B1; }

 span { border-color: rgb(67,18,177); }

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