Html Css Color HEX #4A33BD Purple Heart

📋 copy color: '#4A33BD'

red 74 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #4A33BD

Tints of Purple Heart #4A33BD

RGB

 RED value IS 74 (29.3% from 255) = 23.57%

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

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

R = 23.57%
G = 16.24%
B = 60.19%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A33BD (or 0x4A33BD) is known color: Purple Heart. HEX triplet: 4A, 33 and BD. RGB value is (74,51,189). Sum of RGB (Red+Green+Blue) = 74+51+189=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A33BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33BD is #B5CC42. Grayscale: #494949. Windows color (decimal): -11914307 or 12399434. OLE color: 12399434.

HSL color Cylindrical-coordinate representation of color #4A33BD: hue angle of 250º 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 #4A33BD is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 51 189 -
CMYK 0.61 0.73 0 0.26
HSL 250º 0.58% 0.47% -
HSV(B) 250º 0.73% 0.74% -
XYZ 13.19 7.5 48.9 -
YUV 73.61 193.12 128.28 -
System Red Green Blue C M Y K H S L
Decimal 74 51 189 0.61 0.73 0 0.26 250 0.58 0.47
Hex 4A 33 BD 3D 49 0 1A FA 3A 2F
Octal 112 63 275 75 111 0 32 372 72 57
Binary 1001010 110011 10111101 111101 1001001 0 11010 11111010 111010 101111

Color Harmonies of #4A33BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A33BD

Black with #4A33BD

Text Example


Text Example

White with #4A33BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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