Html Css Color HEX #603CC0 Purple Heart

📋 copy color: '#603CC0'

red 96 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #603CC0

Tints of Purple Heart #603CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.17%

R = 27.59%
G = 17.24%
B = 55.17%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#603CC0 (or 0x603CC0) is known color: Purple Heart. HEX triplet: 60, 3C and C0. RGB value is (96,60,192). Sum of RGB (Red+Green+Blue) = 96+60+192=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #603CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CC0 is #9FC33F. Grayscale: #555555. Windows color (decimal): -10470208 or 12598368. OLE color: 12598368.

HSL color Cylindrical-coordinate representation of color #603CC0: hue angle of 256.36º degrees, saturation: 0.52, 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 #603CC0 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 60 192 -
CMYK 0.50 0.69 0 0.25
HSL 256.36º 0.52% 0.49% -
HSV(B) 256.36º 0.69% 0.75% -
XYZ 15.95 9.52 50.87 -
YUV 85.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 96 60 192 0.50 0.69 0 0.25 256.36 0.52 0.49
Hex 60 3C C0 32 45 0 19 100 34 31
Octal 140 74 300 62 105 0 31 400 64 61
Binary 1100000 111100 11000000 110010 1000101 0 11001 100000000 110100 110001

Color Harmonies of #603CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CC0

Black with #603CC0

Text Example


Text Example

White with #603CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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