Html Css Color HEX #610FCF Purple Heart

📋 copy color: '#610FCF'

red 97 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #610FCF

Tints of Purple Heart #610FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

 BLUE value IS 207 (81.25% from 255) = 64.89%

R = 30.41%
G = 4.7%
B = 64.89%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#610FCF (or 0x610FCF) is known color: Purple Heart. HEX triplet: 61, 0F and CF. RGB value is (97,15,207). Sum of RGB (Red+Green+Blue) = 97+15+207=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #610FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FCF is #9EF030. Grayscale: #3C3C3C. Windows color (decimal): -10416177 or 13569889. OLE color: 13569889.

HSL color Cylindrical-coordinate representation of color #610FCF: hue angle of 265.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FCF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 15 207 -
CMYK 0.53 0.93 0 0.19
HSL 265.63º 0.86% 0.44% -
HSV(B) 265.63º 0.93% 0.81% -
XYZ 16.36 7.39 59.6 -
YUV 61.41 210.17 153.39 -
System Red Green Blue C M Y K H S L
Decimal 97 15 207 0.53 0.93 0 0.19 265.63 0.86 0.44
Hex 61 F CF 35 5D 0 13 10A 56 2C
Octal 141 17 317 65 135 0 23 412 126 54
Binary 1100001 1111 11001111 110101 1011101 0 10011 100001010 1010110 101100

Color Harmonies of #610FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FCF

Black with #610FCF

Text Example


Text Example

White with #610FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,15,207); }

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

background-color css

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

 a { background-color: rgb(97,15,207); }

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

border-color css

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

 span { border-color: rgb(97,15,207); }

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