Html Css Color HEX #4B1ECE Purple Heart

📋 copy color: '#4B1ECE'

red 75 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #4B1ECE

Tints of Purple Heart #4B1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.24%

R = 24.12%
G = 9.65%
B = 66.24%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B1ECE (or 0x4B1ECE) is known color: Purple Heart. HEX triplet: 4B, 1E and CE. RGB value is (75,30,206). Sum of RGB (Red+Green+Blue) = 75+30+206=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1ECE is #B4E131. Grayscale: #3E3E3E. Windows color (decimal): -11854130 or 13508171. OLE color: 13508171.

HSL color Cylindrical-coordinate representation of color #4B1ECE: hue angle of 255.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1ECE is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 30 206 -
CMYK 0.64 0.85 0 0.19
HSL 255.34º 0.75% 0.46% -
HSV(B) 255.34º 0.85% 0.81% -
XYZ 14.51 6.88 58.96 -
YUV 63.52 208.41 136.19 -
System Red Green Blue C M Y K H S L
Decimal 75 30 206 0.64 0.85 0 0.19 255.34 0.75 0.46
Hex 4B 1E CE 40 55 0 13 FF 4B 2E
Octal 113 36 316 100 125 0 23 377 113 56
Binary 1001011 11110 11001110 1000000 1010101 0 10011 11111111 1001011 101110

Color Harmonies of #4B1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1ECE

Black with #4B1ECE

Text Example


Text Example

White with #4B1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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