Html Css Color HEX #4A26CB Purple Heart

📋 copy color: '#4A26CB'

red 74 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #4A26CB

Tints of Purple Heart #4A26CB

RGB

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

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

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

R = 23.49%
G = 12.06%
B = 64.44%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A26CB (or 0x4A26CB) is known color: Purple Heart. HEX triplet: 4A, 26 and CB. RGB value is (74,38,203). Sum of RGB (Red+Green+Blue) = 74+38+203=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A26CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A26CB is #B5D934. Grayscale: #424242. Windows color (decimal): -11917621 or 13313610. OLE color: 13313610.

HSL color Cylindrical-coordinate representation of color #4A26CB: hue angle of 253.09º 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 #4A26CB is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 38 203 -
CMYK 0.64 0.81 0 0.20
HSL 253.09º 0.68% 0.47% -
HSV(B) 253.09º 0.81% 0.8% -
XYZ 14.3 7.15 57.13 -
YUV 67.57 204.43 132.58 -
System Red Green Blue C M Y K H S L
Decimal 74 38 203 0.64 0.81 0 0.20 253.09 0.68 0.47
Hex 4A 26 CB 40 51 0 14 FD 44 2F
Octal 112 46 313 100 121 0 24 375 104 57
Binary 1001010 100110 11001011 1000000 1010001 0 10100 11111101 1000100 101111

Color Harmonies of #4A26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A26CB

Black with #4A26CB

Text Example


Text Example

White with #4A26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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