Html Css Color HEX #603DDA Purple Heart

📋 copy color: '#603DDA'

red 96 ◦ green 61 ◦ blue 218

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

Shades of Purple Heart #603DDA

Tints of Purple Heart #603DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.27%

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 25.6%
G = 16.27%
B = 58.13%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#603DDA (or 0x603DDA) is known color: Purple Heart. HEX triplet: 60, 3D and DA. RGB value is (96,61,218). Sum of RGB (Red+Green+Blue) = 96+61+218=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #603DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DDA is #9FC225. Grayscale: #585858. Windows color (decimal): -10469926 or 14302560. OLE color: 14302560.

HSL color Cylindrical-coordinate representation of color #603DDA: hue angle of 253.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603DDA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 61 218 -
CMYK 0.56 0.72 0 0.15
HSL 253.38º 0.68% 0.55% -
HSV(B) 253.38º 0.72% 0.85% -
XYZ 19.15 10.89 67.42 -
YUV 89.36 200.6 132.73 -
System Red Green Blue C M Y K H S L
Decimal 96 61 218 0.56 0.72 0 0.15 253.38 0.68 0.55
Hex 60 3D DA 38 48 0 F FD 44 37
Octal 140 75 332 70 110 0 17 375 104 67
Binary 1100000 111101 11011010 111000 1001000 0 1111 11111101 1000100 110111

Color Harmonies of #603DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DDA

Black with #603DDA

Text Example


Text Example

White with #603DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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