Html Css Color HEX #4B26CE Purple Heart

📋 copy color: '#4B26CE'

red 75 ◦ green 38 ◦ blue 206

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

Shades of Purple Heart #4B26CE

Tints of Purple Heart #4B26CE

RGB

 RED value IS 75 (29.69% from 255) = 23.51%

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

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 23.51%
G = 11.91%
B = 64.58%

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

#4B26CE (or 0x4B26CE) is known color: Purple Heart. HEX triplet: 4B, 26 and CE. RGB value is (75,38,206). Sum of RGB (Red+Green+Blue) = 75+38+206=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B26CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B26CE is #B4D931. Grayscale: #434343. Windows color (decimal): -11852082 or 13510219. OLE color: 13510219.

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

Color convert

RGB 75 38 206 -
CMYK 0.64 0.82 0 0.19
HSL 253.21º 0.69% 0.48% -
HSV(B) 253.21º 0.82% 0.81% -
XYZ 14.74 7.34 59.03 -
YUV 68.22 205.76 132.84 -
System Red Green Blue C M Y K H S L
Decimal 75 38 206 0.64 0.82 0 0.19 253.21 0.69 0.48
Hex 4B 26 CE 40 52 0 13 FD 45 30
Octal 113 46 316 100 122 0 23 375 105 60
Binary 1001011 100110 11001110 1000000 1010010 0 10011 11111101 1000101 110000

Color Harmonies of #4B26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B26CE

Black with #4B26CE

Text Example


Text Example

White with #4B26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,206); }

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

background-color css

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

 a { background-color: rgb(75,38,206); }

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

border-color css

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

 span { border-color: rgb(75,38,206); }

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