Html Css Color HEX #610BCD Purple Heart

📋 copy color: '#610BCD'

red 97 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #610BCD

Tints of Purple Heart #610BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.51%

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 30.99%
G = 3.51%
B = 65.5%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#610BCD (or 0x610BCD) is known color: Purple Heart. HEX triplet: 61, 0B and CD. RGB value is (97,11,205). Sum of RGB (Red+Green+Blue) = 97+11+205=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #610BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BCD is #9EF432. Grayscale: #3A3A3A. Windows color (decimal): -10417203 or 13437793. OLE color: 13437793.

HSL color Cylindrical-coordinate representation of color #610BCD: hue angle of 266.6º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610BCD is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 11 205 -
CMYK 0.53 0.95 0 0.20
HSL 266.6º 0.9% 0.42% -
HSV(B) 266.6º 0.95% 0.8% -
XYZ 16.07 7.19 58.3 -
YUV 58.83 210.49 155.23 -
System Red Green Blue C M Y K H S L
Decimal 97 11 205 0.53 0.95 0 0.20 266.6 0.9 0.42
Hex 61 B CD 35 5F 0 14 10B 5A 2A
Octal 141 13 315 65 137 0 24 413 132 52
Binary 1100001 1011 11001101 110101 1011111 0 10100 100001011 1011010 101010

Color Harmonies of #610BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BCD

Black with #610BCD

Text Example


Text Example

White with #610BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,11,205); }

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

background-color css

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

 a { background-color: rgb(97,11,205); }

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

border-color css

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

 span { border-color: rgb(97,11,205); }

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