Html Css Color HEX #603EBA Purple Heart

📋 copy color: '#603EBA'

red 96 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #603EBA

Tints of Purple Heart #603EBA

RGB

 RED value IS 96 (37.89% from 255) = 27.91%

 GREEN value IS 62 (24.61% from 255) = 18.02%

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 27.91%
G = 18.02%
B = 54.07%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#603EBA (or 0x603EBA) is known color: Purple Heart. HEX triplet: 60, 3E and BA. RGB value is (96,62,186). Sum of RGB (Red+Green+Blue) = 96+62+186=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #603EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EBA is #9FC145. Grayscale: #555555. Windows color (decimal): -10469702 or 12205664. OLE color: 12205664.

HSL color Cylindrical-coordinate representation of color #603EBA: hue angle of 256.45º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603EBA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 62 186 -
CMYK 0.48 0.67 0 0.27
HSL 256.45º 0.5% 0.49% -
HSV(B) 256.45º 0.67% 0.73% -
XYZ 15.41 9.48 47.47 -
YUV 86.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 96 62 186 0.48 0.67 0 0.27 256.45 0.5 0.49
Hex 60 3E BA 30 43 0 1B 100 32 31
Octal 140 76 272 60 103 0 33 400 62 61
Binary 1100000 111110 10111010 110000 1000011 0 11011 100000000 110010 110001

Color Harmonies of #603EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EBA

Black with #603EBA

Text Example


Text Example

White with #603EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603EBA; }

 p { color: rgb(96,62,186); }

 H1.HeaderClassName
 {
   color: #603EBA;
 }
 .AnyTagClassName
 {
   color: #603EBA;
 }
</style>

background-color css

<style>
 a { background-color: #603EBA; }

 a { background-color: rgb(96,62,186); }

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

border-color css

<style>
 span { border-color: #603EBA; }

 span { border-color: rgb(96,62,186); }

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