Html Css Color HEX #4826BC Purple Heart

📋 copy color: '#4826BC'

red 72 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #4826BC

Tints of Purple Heart #4826BC

RGB

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

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

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

R = 24.16%
G = 12.75%
B = 63.09%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4826BC (or 0x4826BC) is known color: Purple Heart. HEX triplet: 48, 26 and BC. RGB value is (72,38,188). Sum of RGB (Red+Green+Blue) = 72+38+188=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #4826BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4826BC is #B7D943. Grayscale: #404040. Windows color (decimal): -12048708 or 12330568. OLE color: 12330568.

HSL color Cylindrical-coordinate representation of color #4826BC: hue angle of 253.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4826BC is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 38 188 -
CMYK 0.62 0.80 0 0.26
HSL 253.6º 0.66% 0.44% -
HSV(B) 253.6º 0.8% 0.74% -
XYZ 12.44 6.39 48.16 -
YUV 65.27 197.26 132.8 -
System Red Green Blue C M Y K H S L
Decimal 72 38 188 0.62 0.80 0 0.26 253.6 0.66 0.44
Hex 48 26 BC 3E 50 0 1A FE 42 2C
Octal 110 46 274 76 120 0 32 376 102 54
Binary 1001000 100110 10111100 111110 1010000 0 11010 11111110 1000010 101100

Color Harmonies of #4826BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4826BC

Black with #4826BC

Text Example


Text Example

White with #4826BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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