Html Css Color HEX #610BC7 Purple Heart

📋 copy color: '#610BC7'

red 97 ◦ green 11 ◦ blue 199

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

Shades of Purple Heart #610BC7

Tints of Purple Heart #610BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 64.82%

R = 31.6%
G = 3.58%
B = 64.82%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#610BC7 (or 0x610BC7) is known color: Purple Heart. HEX triplet: 61, 0B and C7. RGB value is (97,11,199). Sum of RGB (Red+Green+Blue) = 97+11+199=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 199 (78.12% from 255 or 64.82% from 307); Max value from RGB is 199 - color contains mainly: blue. Hex color #610BC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BC7 is #9EF438. Grayscale: #393939. Windows color (decimal): -10417209 or 13044577. OLE color: 13044577.

HSL color Cylindrical-coordinate representation of color #610BC7: hue angle of 267.45º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610BC7 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 11 199 -
CMYK 0.51 0.94 0 0.22
HSL 267.45º 0.9% 0.41% -
HSV(B) 267.45º 0.94% 0.78% -
XYZ 15.36 6.9 54.56 -
YUV 58.15 207.49 155.71 -
System Red Green Blue C M Y K H S L
Decimal 97 11 199 0.51 0.94 0 0.22 267.45 0.9 0.41
Hex 61 B C7 33 5E 0 16 10B 5A 29
Octal 141 13 307 63 136 0 26 413 132 51
Binary 1100001 1011 11000111 110011 1011110 0 10110 100001011 1011010 101001

Color Harmonies of #610BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BC7

Black with #610BC7

Text Example


Text Example

White with #610BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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