Html Css Color HEX #603ACE Purple Heart

📋 copy color: '#603ACE'

red 96 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #603ACE

Tints of Purple Heart #603ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.11%

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 26.67%
G = 16.11%
B = 57.22%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#603ACE (or 0x603ACE) is known color: Purple Heart. HEX triplet: 60, 3A and CE. RGB value is (96,58,206). Sum of RGB (Red+Green+Blue) = 96+58+206=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #603ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ACE is #9FC531. Grayscale: #555555. Windows color (decimal): -10470706 or 13515360. OLE color: 13515360.

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

Color convert

RGB 96 58 206 -
CMYK 0.53 0.72 0 0.19
HSL 255.41º 0.6% 0.52% -
HSV(B) 255.41º 0.72% 0.81% -
XYZ 17.48 9.97 59.4 -
YUV 86.23 195.59 134.97 -
System Red Green Blue C M Y K H S L
Decimal 96 58 206 0.53 0.72 0 0.19 255.41 0.6 0.52
Hex 60 3A CE 35 48 0 13 FF 3C 34
Octal 140 72 316 65 110 0 23 377 74 64
Binary 1100000 111010 11001110 110101 1001000 0 10011 11111111 111100 110100

Color Harmonies of #603ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603ACE

Black with #603ACE

Text Example


Text Example

White with #603ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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