Html Css Color HEX #4826CC Purple Heart

📋 copy color: '#4826CC'

red 72 ◦ green 38 ◦ blue 204

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

Shades of Purple Heart #4826CC

Tints of Purple Heart #4826CC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 22.93%
G = 12.1%
B = 64.97%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4826CC (or 0x4826CC) is known color: Purple Heart. HEX triplet: 48, 26 and CC. RGB value is (72,38,204). Sum of RGB (Red+Green+Blue) = 72+38+204=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #4826CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4826CC is #B7D933. Grayscale: #424242. Windows color (decimal): -12048692 or 13379144. OLE color: 13379144.

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

Color convert

RGB 72 38 204 -
CMYK 0.65 0.81 0 0.2
HSL 252.29º 0.69% 0.47% -
HSV(B) 252.29º 0.81% 0.8% -
XYZ 14.26 7.12 57.75 -
YUV 67.09 205.26 131.5 -
System Red Green Blue C M Y K H S L
Decimal 72 38 204 0.65 0.81 0 0.2 252.29 0.69 0.47
Hex 48 26 CC 41 51 0 14 FC 45 2F
Octal 110 46 314 101 121 0 24 374 105 57
Binary 1001000 100110 11001100 1000001 1010001 0 10100 11111100 1000101 101111

Color Harmonies of #4826CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4826CC

Black with #4826CC

Text Example


Text Example

White with #4826CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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