Html Css Color HEX #603ABA Purple Heart

📋 copy color: '#603ABA'

red 96 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #603ABA

Tints of Purple Heart #603ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 28.24%
G = 17.06%
B = 54.71%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#603ABA (or 0x603ABA) is known color: Purple Heart. HEX triplet: 60, 3A and BA. RGB value is (96,58,186). Sum of RGB (Red+Green+Blue) = 96+58+186=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #603ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ABA is #9FC545. Grayscale: #535353. Windows color (decimal): -10470726 or 12204640. OLE color: 12204640.

HSL color Cylindrical-coordinate representation of color #603ABA: hue angle of 257.81º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603ABA is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 58 186 -
CMYK 0.48 0.69 0 0.27
HSL 257.81º 0.52% 0.48% -
HSV(B) 257.81º 0.69% 0.73% -
XYZ 15.2 9.06 47.4 -
YUV 83.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 96 58 186 0.48 0.69 0 0.27 257.81 0.52 0.48
Hex 60 3A BA 30 45 0 1B 102 34 30
Octal 140 72 272 60 105 0 33 402 64 60
Binary 1100000 111010 10111010 110000 1000101 0 11011 100000010 110100 110000

Color Harmonies of #603ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603ABA

Black with #603ABA

Text Example


Text Example

White with #603ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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