Html Css Color HEX #4B33BD Purple Heart

📋 copy color: '#4B33BD'

red 75 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #4B33BD

Tints of Purple Heart #4B33BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 189 (74.22% from 255) = 60%

R = 23.81%
G = 16.19%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B33BD (or 0x4B33BD) is known color: Purple Heart. HEX triplet: 4B, 33 and BD. RGB value is (75,51,189). Sum of RGB (Red+Green+Blue) = 75+51+189=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B33BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B33BD is #B4CC42. Grayscale: #494949. Windows color (decimal): -11848771 or 12399435. OLE color: 12399435.

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

Color convert

RGB 75 51 189 -
CMYK 0.60 0.73 0 0.26
HSL 250.43º 0.58% 0.47% -
HSV(B) 250.43º 0.73% 0.74% -
XYZ 13.27 7.54 48.9 -
YUV 73.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 75 51 189 0.60 0.73 0 0.26 250.43 0.58 0.47
Hex 4B 33 BD 3C 49 0 1A FA 3A 2F
Octal 113 63 275 74 111 0 32 372 72 57
Binary 1001011 110011 10111101 111100 1001001 0 11010 11111010 111010 101111

Color Harmonies of #4B33BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B33BD

Black with #4B33BD

Text Example


Text Example

White with #4B33BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,51,189); }

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

background-color css

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

 a { background-color: rgb(75,51,189); }

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

border-color css

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

 span { border-color: rgb(75,51,189); }

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