Html Css Color HEX #603BBE Purple Heart

📋 copy color: '#603BBE'

red 96 ◦ green 59 ◦ blue 190

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

Shades of Purple Heart #603BBE

Tints of Purple Heart #603BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 27.83%
G = 17.1%
B = 55.07%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#603BBE (or 0x603BBE) is known color: Purple Heart. HEX triplet: 60, 3B and BE. RGB value is (96,59,190). Sum of RGB (Red+Green+Blue) = 96+59+190=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #603BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603BBE is #9FC441. Grayscale: #545454. Windows color (decimal): -10470466 or 12467040. OLE color: 12467040.

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

Color convert

RGB 96 59 190 -
CMYK 0.49 0.69 0 0.25
HSL 256.95º 0.53% 0.49% -
HSV(B) 256.95º 0.69% 0.75% -
XYZ 15.68 9.33 49.69 -
YUV 85 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 96 59 190 0.49 0.69 0 0.25 256.95 0.53 0.49
Hex 60 3B BE 31 45 0 19 101 35 31
Octal 140 73 276 61 105 0 31 401 65 61
Binary 1100000 111011 10111110 110001 1000101 0 11001 100000001 110101 110001

Color Harmonies of #603BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BBE

Black with #603BBE

Text Example


Text Example

White with #603BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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