Html Css Color HEX #5E30CB Purple Heart

📋 copy color: '#5E30CB'

red 94 ◦ green 48 ◦ blue 203

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

Shades of Purple Heart #5E30CB

Tints of Purple Heart #5E30CB

RGB

 RED value IS 94 (37.11% from 255) = 27.25%

 GREEN value IS 48 (19.14% from 255) = 13.91%

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

R = 27.25%
G = 13.91%
B = 58.84%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E30CB (or 0x5E30CB) is known color: Purple Heart. HEX triplet: 5E, 30 and CB. RGB value is (94,48,203). Sum of RGB (Red+Green+Blue) = 94+48+203=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E30CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E30CB is #A1CF34. Grayscale: #4E4E4E. Windows color (decimal): -10604341 or 13316190. OLE color: 13316190.

HSL color Cylindrical-coordinate representation of color #5E30CB: hue angle of 257.81º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E30CB is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 48 203 -
CMYK 0.54 0.76 0 0.20
HSL 257.81º 0.62% 0.49% -
HSV(B) 257.81º 0.76% 0.8% -
XYZ 16.45 8.81 57.33 -
YUV 79.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 94 48 203 0.54 0.76 0 0.20 257.81 0.62 0.49
Hex 5E 30 CB 36 4C 0 14 102 3E 31
Octal 136 60 313 66 114 0 24 402 76 61
Binary 1011110 110000 11001011 110110 1001100 0 10100 100000010 111110 110001

Color Harmonies of #5E30CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E30CB

Black with #5E30CB

Text Example


Text Example

White with #5E30CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E30CB; }

 p { color: rgb(94,48,203); }

 H1.HeaderClassName
 {
   color: #5E30CB;
 }
 .AnyTagClassName
 {
   color: #5E30CB;
 }
</style>

background-color css

<style>
 a { background-color: #5E30CB; }

 a { background-color: rgb(94,48,203); }

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

border-color css

<style>
 span { border-color: #5E30CB; }

 span { border-color: rgb(94,48,203); }

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