Html Css Color HEX #613ECC Purple Heart

📋 copy color: '#613ECC'

red 97 ◦ green 62 ◦ blue 204

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

Shades of Purple Heart #613ECC

Tints of Purple Heart #613ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

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

R = 26.72%
G = 17.08%
B = 56.2%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#613ECC (or 0x613ECC) is known color: Purple Heart. HEX triplet: 61, 3E and CC. RGB value is (97,62,204). Sum of RGB (Red+Green+Blue) = 97+62+204=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #613ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ECC is #9EC133. Grayscale: #585858. Windows color (decimal): -10404148 or 13385313. OLE color: 13385313.

HSL color Cylindrical-coordinate representation of color #613ECC: hue angle of 254.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613ECC is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 62 204 -
CMYK 0.52 0.70 0 0.2
HSL 254.79º 0.58% 0.52% -
HSV(B) 254.79º 0.7% 0.8% -
XYZ 17.55 10.35 58.2 -
YUV 88.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 97 62 204 0.52 0.70 0 0.2 254.79 0.58 0.52
Hex 61 3E CC 34 46 0 14 FF 3A 34
Octal 141 76 314 64 106 0 24 377 72 64
Binary 1100001 111110 11001100 110100 1000110 0 10100 11111111 111010 110100

Color Harmonies of #613ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613ECC

Black with #613ECC

Text Example


Text Example

White with #613ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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