Html Css Color HEX #4A34CB Purple Heart

📋 copy color: '#4A34CB'

red 74 ◦ green 52 ◦ blue 203

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

Shades of Purple Heart #4A34CB

Tints of Purple Heart #4A34CB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 22.49%
G = 15.81%
B = 61.7%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A34CB (or 0x4A34CB) is known color: Purple Heart. HEX triplet: 4A, 34 and CB. RGB value is (74,52,203). Sum of RGB (Red+Green+Blue) = 74+52+203=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A34CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A34CB is #B5CB34. Grayscale: #4B4B4B. Windows color (decimal): -11914037 or 13317194. OLE color: 13317194.

HSL color Cylindrical-coordinate representation of color #4A34CB: hue angle of 248.74º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A34CB is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 52 203 -
CMYK 0.64 0.74 0 0.20
HSL 248.74º 0.59% 0.5% -
HSV(B) 248.74º 0.74% 0.8% -
XYZ 14.83 8.22 57.31 -
YUV 75.79 199.79 126.72 -
System Red Green Blue C M Y K H S L
Decimal 74 52 203 0.64 0.74 0 0.20 248.74 0.59 0.5
Hex 4A 34 CB 40 4A 0 14 F9 3B 32
Octal 112 64 313 100 112 0 24 371 73 62
Binary 1001010 110100 11001011 1000000 1001010 0 10100 11111001 111011 110010

Color Harmonies of #4A34CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A34CB

Black with #4A34CB

Text Example


Text Example

White with #4A34CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,203); }

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

background-color css

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

 a { background-color: rgb(74,52,203); }

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

border-color css

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

 span { border-color: rgb(74,52,203); }

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