Html Css Color HEX #603FBC Purple Heart

📋 copy color: '#603FBC'

red 96 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #603FBC

Tints of Purple Heart #603FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 27.67%
G = 18.16%
B = 54.18%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#603FBC (or 0x603FBC) is known color: Purple Heart. HEX triplet: 60, 3F and BC. RGB value is (96,63,188). Sum of RGB (Red+Green+Blue) = 96+63+188=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #603FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FBC is #9FC043. Grayscale: #565656. Windows color (decimal): -10469444 or 12336992. OLE color: 12336992.

HSL color Cylindrical-coordinate representation of color #603FBC: hue angle of 255.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603FBC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 63 188 -
CMYK 0.49 0.66 0 0.26
HSL 255.84º 0.5% 0.49% -
HSV(B) 255.84º 0.66% 0.74% -
XYZ 15.68 9.67 48.62 -
YUV 87.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 96 63 188 0.49 0.66 0 0.26 255.84 0.5 0.49
Hex 60 3F BC 31 42 0 1A 100 32 31
Octal 140 77 274 61 102 0 32 400 62 61
Binary 1100000 111111 10111100 110001 1000010 0 11010 100000000 110010 110001

Color Harmonies of #603FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FBC

Black with #603FBC

Text Example


Text Example

White with #603FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,63,188); }

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

background-color css

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

 a { background-color: rgb(96,63,188); }

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

border-color css

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

 span { border-color: rgb(96,63,188); }

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