#603dce

Color #603DCE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #603DCE

Tints of Purple Heart #603DCE

Color information

#603DCE (or 0x603DCE) is unknown color: approx Purple Heart. HEX triplet: 60, 3D and CE. RGB value is (96,61,206). Sum of RGB (Red+Green+Blue) = 96+61+206=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #603DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DCE is #9FC231. Grayscale: #575757. Windows color (decimal): -10469938 or 13516128. OLE color: 13516128.

HSL color Cylindrical-coordinate representation of color #603DCE: hue angle of 254.48º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603DCE is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9661206-
CMYK0.530.7000.19
HSL254.48º59.67%52.35%-
HSV(B)254.48º70.39%80.78%-
XYZ17.6310.2859.45-
YUV88194.6133.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 61 (24.22% from 255) = 16.80%
BLUE value IS 206 (80.86% from 255) = 56.75%
R=26.45%
G=16.80%
B=56.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96612060.530.7000.19254.4859.6752.35
Hex603DCE3546013fe3c34
Octal14075316651060233767464
Binary110000011110111001110110101100011001001111111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,61,206); }

 H1.HeaderClassName
 {
   color: #603dce;
 }
 .AnyTagClassName
 {
   color: #603dce;
 }
</style>
background-color css

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

 a { background-color: rgb(96,61,206); }

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

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

 span { border-color: rgb(96,61,206); }

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