Html Css Color HEX #4834CC Purple Heart

📋 copy color: '#4834CC'

red 72 ◦ green 52 ◦ blue 204

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

Shades of Purple Heart #4834CC

Tints of Purple Heart #4834CC

RGB

 RED value IS 72 (28.52% from 255) = 21.95%

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

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 21.95%
G = 15.85%
B = 62.2%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4834CC (or 0x4834CC) is known color: Purple Heart. HEX triplet: 48, 34 and CC. RGB value is (72,52,204). Sum of RGB (Red+Green+Blue) = 72+52+204=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #4834CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834CC is #B7CB33. Grayscale: #4A4A4A. Windows color (decimal): -12045108 or 13382728. OLE color: 13382728.

HSL color Cylindrical-coordinate representation of color #4834CC: hue angle of 247.89º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4834CC is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 52 204 -
CMYK 0.65 0.75 0 0.2
HSL 247.89º 0.6% 0.5% -
HSV(B) 247.89º 0.75% 0.8% -
XYZ 14.8 8.19 57.93 -
YUV 75.31 200.63 125.64 -
System Red Green Blue C M Y K H S L
Decimal 72 52 204 0.65 0.75 0 0.2 247.89 0.6 0.5
Hex 48 34 CC 41 4B 0 14 F8 3C 32
Octal 110 64 314 101 113 0 24 370 74 62
Binary 1001000 110100 11001100 1000001 1001011 0 10100 11111000 111100 110010

Color Harmonies of #4834CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4834CC

Black with #4834CC

Text Example


Text Example

White with #4834CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4834CC; }

 p { color: rgb(72,52,204); }

 H1.HeaderClassName
 {
   color: #4834CC;
 }
 .AnyTagClassName
 {
   color: #4834CC;
 }
</style>

background-color css

<style>
 a { background-color: #4834CC; }

 a { background-color: rgb(72,52,204); }

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

border-color css

<style>
 span { border-color: #4834CC; }

 span { border-color: rgb(72,52,204); }

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