Html Css Color HEX #4B1EC2 Purple Heart

📋 copy color: '#4B1EC2'

red 75 ◦ green 30 ◦ blue 194

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

Shades of Purple Heart #4B1EC2

Tints of Purple Heart #4B1EC2

RGB

 RED value IS 75 (29.69% from 255) = 25.08%

 GREEN value IS 30 (12.11% from 255) = 10.03%

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

R = 25.08%
G = 10.03%
B = 64.88%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4B1EC2 (or 0x4B1EC2) is known color: Purple Heart. HEX triplet: 4B, 1E and C2. RGB value is (75,30,194). Sum of RGB (Red+Green+Blue) = 75+30+194=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #4B1EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1EC2 is #B4E13D. Grayscale: #3D3D3D. Windows color (decimal): -11854142 or 12721739. OLE color: 12721739.

HSL color Cylindrical-coordinate representation of color #4B1EC2: hue angle of 256.46º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1EC2 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 30 194 -
CMYK 0.61 0.85 0 0.24
HSL 256.46º 0.73% 0.44% -
HSV(B) 256.46º 0.85% 0.76% -
XYZ 13.1 6.32 51.57 -
YUV 62.15 202.41 137.16 -
System Red Green Blue C M Y K H S L
Decimal 75 30 194 0.61 0.85 0 0.24 256.46 0.73 0.44
Hex 4B 1E C2 3D 55 0 18 100 49 2C
Octal 113 36 302 75 125 0 30 400 111 54
Binary 1001011 11110 11000010 111101 1010101 0 11000 100000000 1001001 101100

Color Harmonies of #4B1EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1EC2

Black with #4B1EC2

Text Example


Text Example

White with #4B1EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B1EC2; }

 p { color: rgb(75,30,194); }

 H1.HeaderClassName
 {
   color: #4B1EC2;
 }
 .AnyTagClassName
 {
   color: #4B1EC2;
 }
</style>

background-color css

<style>
 a { background-color: #4B1EC2; }

 a { background-color: rgb(75,30,194); }

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

border-color css

<style>
 span { border-color: #4B1EC2; }

 span { border-color: rgb(75,30,194); }

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