Html Css Color HEX #610ECC Purple Heart

📋 copy color: '#610ECC'

red 97 ◦ green 14 ◦ blue 204

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

Shades of Purple Heart #610ECC

Tints of Purple Heart #610ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.44%

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

R = 30.79%
G = 4.44%
B = 64.76%

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

#610ECC (or 0x610ECC) is known color: Purple Heart. HEX triplet: 61, 0E and CC. RGB value is (97,14,204). Sum of RGB (Red+Green+Blue) = 97+14+204=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #610ECC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ECC is #9EF133. Grayscale: #3B3B3B. Windows color (decimal): -10416436 or 13373025. OLE color: 13373025.

HSL color Cylindrical-coordinate representation of color #610ECC: hue angle of 266.21º degrees, saturation: 0.87, 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 #610ECC is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 14 204 -
CMYK 0.52 0.93 0 0.2
HSL 266.21º 0.87% 0.43% -
HSV(B) 266.21º 0.93% 0.8% -
XYZ 15.99 7.22 57.68 -
YUV 60.48 209 154.05 -
System Red Green Blue C M Y K H S L
Decimal 97 14 204 0.52 0.93 0 0.2 266.21 0.87 0.43
Hex 61 E CC 34 5D 0 14 10A 57 2B
Octal 141 16 314 64 135 0 24 412 127 53
Binary 1100001 1110 11001100 110100 1011101 0 10100 100001010 1010111 101011

Color Harmonies of #610ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610ECC

Black with #610ECC

Text Example


Text Example

White with #610ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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