Html Css Color HEX #603CBA Purple Heart

📋 copy color: '#603CBA'

red 96 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #603CBA

Tints of Purple Heart #603CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.54%

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

R = 28.07%
G = 17.54%
B = 54.39%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#603CBA (or 0x603CBA) is known color: Purple Heart. HEX triplet: 60, 3C and BA. RGB value is (96,60,186). Sum of RGB (Red+Green+Blue) = 96+60+186=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #603CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CBA is #9FC345. Grayscale: #545454. Windows color (decimal): -10470214 or 12205152. OLE color: 12205152.

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

Color convert

RGB 96 60 186 -
CMYK 0.48 0.68 0 0.27
HSL 257.14º 0.51% 0.48% -
HSV(B) 257.14º 0.68% 0.73% -
XYZ 15.3 9.26 47.44 -
YUV 85.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 96 60 186 0.48 0.68 0 0.27 257.14 0.51 0.48
Hex 60 3C BA 30 44 0 1B 101 33 30
Octal 140 74 272 60 104 0 33 401 63 60
Binary 1100000 111100 10111010 110000 1000100 0 11011 100000001 110011 110000

Color Harmonies of #603CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CBA

Black with #603CBA

Text Example


Text Example

White with #603CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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