Html Css Color HEX #4826CB Purple Heart

📋 copy color: '#4826CB'

red 72 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #4826CB

Tints of Purple Heart #4826CB

RGB

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

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

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

R = 23%
G = 12.14%
B = 64.86%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4826CB (or 0x4826CB) is known color: Purple Heart. HEX triplet: 48, 26 and CB. RGB value is (72,38,203). Sum of RGB (Red+Green+Blue) = 72+38+203=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #4826CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4826CB is #B7D934. Grayscale: #424242. Windows color (decimal): -12048693 or 13313608. OLE color: 13313608.

HSL color Cylindrical-coordinate representation of color #4826CB: hue angle of 252.36º degrees, saturation: 0.68, 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 #4826CB is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 38 203 -
CMYK 0.65 0.81 0 0.20
HSL 252.36º 0.68% 0.47% -
HSV(B) 252.36º 0.81% 0.8% -
XYZ 14.15 7.08 57.12 -
YUV 66.98 204.76 131.58 -
System Red Green Blue C M Y K H S L
Decimal 72 38 203 0.65 0.81 0 0.20 252.36 0.68 0.47
Hex 48 26 CB 41 51 0 14 FC 44 2F
Octal 110 46 313 101 121 0 24 374 104 57
Binary 1001000 100110 11001011 1000001 1010001 0 10100 11111100 1000100 101111

Color Harmonies of #4826CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4826CB

Black with #4826CB

Text Example


Text Example

White with #4826CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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