Html Css Color HEX #610FCC Purple Heart

📋 copy color: '#610FCC'

red 97 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #610FCC

Tints of Purple Heart #610FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 30.7%
G = 4.75%
B = 64.56%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#610FCC (or 0x610FCC) is known color: Purple Heart. HEX triplet: 61, 0F and CC. RGB value is (97,15,204). Sum of RGB (Red+Green+Blue) = 97+15+204=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #610FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FCC is #9EF033. Grayscale: #3C3C3C. Windows color (decimal): -10416180 or 13373281. OLE color: 13373281.

HSL color Cylindrical-coordinate representation of color #610FCC: hue angle of 266.03º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FCC is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 15 204 -
CMYK 0.52 0.93 0 0.2
HSL 266.03º 0.86% 0.43% -
HSV(B) 266.03º 0.93% 0.8% -
XYZ 16 7.24 57.68 -
YUV 61.06 208.67 153.63 -
System Red Green Blue C M Y K H S L
Decimal 97 15 204 0.52 0.93 0 0.2 266.03 0.86 0.43
Hex 61 F CC 34 5D 0 14 10A 56 2B
Octal 141 17 314 64 135 0 24 412 126 53
Binary 1100001 1111 11001100 110100 1011101 0 10100 100001010 1010110 101011

Color Harmonies of #610FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FCC

Black with #610FCC

Text Example


Text Example

White with #610FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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