Html Css Color HEX #610DC3 Purple Heart

📋 copy color: '#610DC3'

red 97 ◦ green 13 ◦ blue 195

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

Shades of Purple Heart #610DC3

Tints of Purple Heart #610DC3

RGB

 RED value IS 97 (38.28% from 255) = 31.8%

 GREEN value IS 13 (5.47% from 255) = 4.26%

 BLUE value IS 195 (76.56% from 255) = 63.93%

R = 31.8%
G = 4.26%
B = 63.93%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#610DC3 (or 0x610DC3) is known color: Purple Heart. HEX triplet: 61, 0D and C3. RGB value is (97,13,195). Sum of RGB (Red+Green+Blue) = 97+13+195=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #610DC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DC3 is #9EF23C. Grayscale: #3A3A3A. Windows color (decimal): -10416701 or 12782945. OLE color: 12782945.

HSL color Cylindrical-coordinate representation of color #610DC3: hue angle of 267.69º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610DC3 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 13 195 -
CMYK 0.50 0.93 0 0.24
HSL 267.69º 0.88% 0.41% -
HSV(B) 267.69º 0.93% 0.76% -
XYZ 14.92 6.77 52.15 -
YUV 58.86 204.83 155.2 -
System Red Green Blue C M Y K H S L
Decimal 97 13 195 0.50 0.93 0 0.24 267.69 0.88 0.41
Hex 61 D C3 32 5D 0 18 10C 58 29
Octal 141 15 303 62 135 0 30 414 130 51
Binary 1100001 1101 11000011 110010 1011101 0 11000 100001100 1011000 101001

Color Harmonies of #610DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DC3

Black with #610DC3

Text Example


Text Example

White with #610DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610DC3; }

 p { color: rgb(97,13,195); }

 H1.HeaderClassName
 {
   color: #610DC3;
 }
 .AnyTagClassName
 {
   color: #610DC3;
 }
</style>

background-color css

<style>
 a { background-color: #610DC3; }

 a { background-color: rgb(97,13,195); }

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

border-color css

<style>
 span { border-color: #610DC3; }

 span { border-color: rgb(97,13,195); }

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