Html Css Color HEX #4A26CF Purple Heart

📋 copy color: '#4A26CF'

red 74 ◦ green 38 ◦ blue 207

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

Shades of Purple Heart #4A26CF

Tints of Purple Heart #4A26CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.89%

R = 23.2%
G = 11.91%
B = 64.89%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A26CF (or 0x4A26CF) is known color: Purple Heart. HEX triplet: 4A, 26 and CF. RGB value is (74,38,207). Sum of RGB (Red+Green+Blue) = 74+38+207=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A26CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A26CF is #B5D930. Grayscale: #434343. Windows color (decimal): -11917617 or 13575754. OLE color: 13575754.

HSL color Cylindrical-coordinate representation of color #4A26CF: hue angle of 252.78º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A26CF is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 38 207 -
CMYK 0.64 0.82 0 0.19
HSL 252.78º 0.69% 0.48% -
HSV(B) 252.78º 0.82% 0.81% -
XYZ 14.78 7.35 59.67 -
YUV 68.03 206.43 132.26 -
System Red Green Blue C M Y K H S L
Decimal 74 38 207 0.64 0.82 0 0.19 252.78 0.69 0.48
Hex 4A 26 CF 40 52 0 13 FD 45 30
Octal 112 46 317 100 122 0 23 375 105 60
Binary 1001010 100110 11001111 1000000 1010010 0 10011 11111101 1000101 110000

Color Harmonies of #4A26CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A26CF

Black with #4A26CF

Text Example


Text Example

White with #4A26CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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