Html Css Color HEX #4B01BC Purple Heart

📋 copy color: '#4B01BC'

red 75 ◦ green 1 ◦ blue 188

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

Shades of Purple Heart #4B01BC

Tints of Purple Heart #4B01BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 28.41%
G = 0.38%
B = 71.21%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B01BC (or 0x4B01BC) is known color: Purple Heart. HEX triplet: 4B, 01 and BC. RGB value is (75,1,188). Sum of RGB (Red+Green+Blue) = 75+1+188=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B01BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B01BC is #B4FE43. Grayscale: #2B2B2B. Windows color (decimal): -11861572 or 12321099. OLE color: 12321099.

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

Color convert

RGB 75 1 188 -
CMYK 0.60 0.99 0 0.26
HSL 263.74º 0.99% 0.37% -
HSV(B) 263.74º 0.99% 0.74% -
XYZ 11.99 5.15 47.94 -
YUV 44.44 209.02 149.79 -
System Red Green Blue C M Y K H S L
Decimal 75 1 188 0.60 0.99 0 0.26 263.74 0.99 0.37
Hex 4B 1 BC 3C 63 0 1A 108 63 25
Octal 113 1 274 74 143 0 32 410 143 45
Binary 1001011 1 10111100 111100 1100011 0 11010 100001000 1100011 100101

Color Harmonies of #4B01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B01BC

Black with #4B01BC

Text Example


Text Example

White with #4B01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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