Html Css Color HEX #603BC1 Purple Heart

📋 copy color: '#603BC1'

red 96 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #603BC1

Tints of Purple Heart #603BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.95%

 BLUE value IS 193 (75.78% from 255) = 55.46%

R = 27.59%
G = 16.95%
B = 55.46%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#603BC1 (or 0x603BC1) is known color: Purple Heart. HEX triplet: 60, 3B and C1. RGB value is (96,59,193). Sum of RGB (Red+Green+Blue) = 96+59+193=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #603BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BC1 is #9FC43E. Grayscale: #545454. Windows color (decimal): -10470463 or 12663648. OLE color: 12663648.

HSL color Cylindrical-coordinate representation of color #603BC1: hue angle of 256.57º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603BC1 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 59 193 -
CMYK 0.50 0.69 0 0.24
HSL 256.57º 0.53% 0.49% -
HSV(B) 256.57º 0.69% 0.76% -
XYZ 16.01 9.46 51.44 -
YUV 85.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 96 59 193 0.50 0.69 0 0.24 256.57 0.53 0.49
Hex 60 3B C1 32 45 0 18 101 35 31
Octal 140 73 301 62 105 0 30 401 65 61
Binary 1100000 111011 11000001 110010 1000101 0 11000 100000001 110101 110001

Color Harmonies of #603BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BC1

Black with #603BC1

Text Example


Text Example

White with #603BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,193); }

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

background-color css

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

 a { background-color: rgb(96,59,193); }

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

border-color css

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

 span { border-color: rgb(96,59,193); }

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