Html Css Color HEX #4A26BC Purple Heart

📋 copy color: '#4A26BC'

red 74 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #4A26BC

Tints of Purple Heart #4A26BC

RGB

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

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

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

R = 24.67%
G = 12.67%
B = 62.67%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A26BC (or 0x4A26BC) is known color: Purple Heart. HEX triplet: 4A, 26 and BC. RGB value is (74,38,188). Sum of RGB (Red+Green+Blue) = 74+38+188=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A26BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A26BC is #B5D943. Grayscale: #414141. Windows color (decimal): -11917636 or 12330570. OLE color: 12330570.

HSL color Cylindrical-coordinate representation of color #4A26BC: hue angle of 254.4º 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 #4A26BC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 38 188 -
CMYK 0.61 0.80 0 0.26
HSL 254.4º 0.66% 0.44% -
HSV(B) 254.4º 0.8% 0.74% -
XYZ 12.59 6.47 48.16 -
YUV 65.86 196.93 133.8 -
System Red Green Blue C M Y K H S L
Decimal 74 38 188 0.61 0.80 0 0.26 254.4 0.66 0.44
Hex 4A 26 BC 3D 50 0 1A FE 42 2C
Octal 112 46 274 75 120 0 32 376 102 54
Binary 1001010 100110 10111100 111101 1010000 0 11010 11111110 1000010 101100

Color Harmonies of #4A26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A26BC

Black with #4A26BC

Text Example


Text Example

White with #4A26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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