Html Css Color HEX #4B05BC Purple Heart

📋 copy color: '#4B05BC'

red 75 ◦ green 5 ◦ blue 188

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

Shades of Purple Heart #4B05BC

Tints of Purple Heart #4B05BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.15%

R = 27.99%
G = 1.87%
B = 70.15%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B05BC (or 0x4B05BC) is known color: Purple Heart. HEX triplet: 4B, 05 and BC. RGB value is (75,5,188). Sum of RGB (Red+Green+Blue) = 75+5+188=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B05BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B05BC is #B4FA43. Grayscale: #2E2E2E. Windows color (decimal): -11860548 or 12322123. OLE color: 12322123.

HSL color Cylindrical-coordinate representation of color #4B05BC: hue angle of 262.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B05BC is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 5 188 -
CMYK 0.60 0.97 0 0.26
HSL 262.95º 0.95% 0.38% -
HSV(B) 262.95º 0.97% 0.74% -
XYZ 12.03 5.24 47.95 -
YUV 46.79 207.69 148.12 -
System Red Green Blue C M Y K H S L
Decimal 75 5 188 0.60 0.97 0 0.26 262.95 0.95 0.38
Hex 4B 5 BC 3C 61 0 1A 107 5F 26
Octal 113 5 274 74 141 0 32 407 137 46
Binary 1001011 101 10111100 111100 1100001 0 11010 100000111 1011111 100110

Color Harmonies of #4B05BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B05BC

Black with #4B05BC

Text Example


Text Example

White with #4B05BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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