Html Css Color HEX #603CB6 Purple Heart

📋 copy color: '#603CB6'

red 96 ◦ green 60 ◦ blue 182

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

Shades of Purple Heart #603CB6

Tints of Purple Heart #603CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.85%

R = 28.4%
G = 17.75%
B = 53.85%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#603CB6 (or 0x603CB6) is known color: Purple Heart. HEX triplet: 60, 3C and B6. RGB value is (96,60,182). Sum of RGB (Red+Green+Blue) = 96+60+182=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #603CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CB6 is #9FC349. Grayscale: #545454. Windows color (decimal): -10470218 or 11943008. OLE color: 11943008.

HSL color Cylindrical-coordinate representation of color #603CB6: hue angle of 257.7º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603CB6 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 60 182 -
CMYK 0.47 0.67 0 0.29
HSL 257.7º 0.5% 0.47% -
HSV(B) 257.7º 0.67% 0.71% -
XYZ 14.88 9.1 45.23 -
YUV 84.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 96 60 182 0.47 0.67 0 0.29 257.7 0.5 0.47
Hex 60 3C B6 2F 43 0 1D 102 32 2F
Octal 140 74 266 57 103 0 35 402 62 57
Binary 1100000 111100 10110110 101111 1000011 0 11101 100000010 110010 101111

Color Harmonies of #603CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CB6

Black with #603CB6

Text Example


Text Example

White with #603CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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