Html Css Color HEX #4B05C6 Purple Heart

📋 copy color: '#4B05C6'

red 75 ◦ green 5 ◦ blue 198

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

Shades of Purple Heart #4B05C6

Tints of Purple Heart #4B05C6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

 BLUE value IS 198 (77.73% from 255) = 71.22%

R = 26.98%
G = 1.8%
B = 71.22%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4B05C6 (or 0x4B05C6) is known color: Purple Heart. HEX triplet: 4B, 05 and C6. RGB value is (75,5,198). Sum of RGB (Red+Green+Blue) = 75+5+198=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 198 (77.73% from 255 or 71.22% from 278); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B05C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B05C6 is #B4FA39. Grayscale: #2F2F2F. Windows color (decimal): -11860538 or 12977483. OLE color: 12977483.

HSL color Cylindrical-coordinate representation of color #4B05C6: hue angle of 261.76º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B05C6 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 75 5 198 -
CMYK 0.62 0.97 0 0.22
HSL 261.76º 0.95% 0.4% -
HSV(B) 261.76º 0.97% 0.78% -
XYZ 13.15 5.68 53.83 -
YUV 47.93 212.69 147.31 -
System Red Green Blue C M Y K H S L
Decimal 75 5 198 0.62 0.97 0 0.22 261.76 0.95 0.4
Hex 4B 5 C6 3E 61 0 16 106 5F 28
Octal 113 5 306 76 141 0 26 406 137 50
Binary 1001011 101 11000110 111110 1100001 0 10110 100000110 1011111 101000

Color Harmonies of #4B05C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B05C6

Black with #4B05C6

Text Example


Text Example

White with #4B05C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,198); }

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

background-color css

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

 a { background-color: rgb(75,5,198); }

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

border-color css

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

 span { border-color: rgb(75,5,198); }

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