Html Css Color HEX #4A33BC Purple Heart

📋 copy color: '#4A33BC'

red 74 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #4A33BC

Tints of Purple Heart #4A33BC

RGB

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

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

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

R = 23.64%
G = 16.29%
B = 60.06%

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

#4A33BC (or 0x4A33BC) is known color: Purple Heart. HEX triplet: 4A, 33 and BC. RGB value is (74,51,188). Sum of RGB (Red+Green+Blue) = 74+51+188=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A33BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33BC is #B5CC43. Grayscale: #484848. Windows color (decimal): -11914308 or 12333898. OLE color: 12333898.

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

Color convert

RGB 74 51 188 -
CMYK 0.61 0.73 0 0.26
HSL 250.07º 0.57% 0.47% -
HSV(B) 250.07º 0.73% 0.74% -
XYZ 13.08 7.45 48.33 -
YUV 73.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 74 51 188 0.61 0.73 0 0.26 250.07 0.57 0.47
Hex 4A 33 BC 3D 49 0 1A FA 39 2F
Octal 112 63 274 75 111 0 32 372 71 57
Binary 1001010 110011 10111100 111101 1001001 0 11010 11111010 111001 101111

Color Harmonies of #4A33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A33BC

Black with #4A33BC

Text Example


Text Example

White with #4A33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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