Html Css Color HEX #613AC6 Purple Heart

📋 copy color: '#613AC6'

red 97 ◦ green 58 ◦ blue 198

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

Shades of Purple Heart #613AC6

Tints of Purple Heart #613AC6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.43%

 BLUE value IS 198 (77.73% from 255) = 56.09%

R = 27.48%
G = 16.43%
B = 56.09%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#613AC6 (or 0x613AC6) is known color: Purple Heart. HEX triplet: 61, 3A and C6. RGB value is (97,58,198). Sum of RGB (Red+Green+Blue) = 97+58+198=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #613AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AC6 is #9EC539. Grayscale: #555555. Windows color (decimal): -10405178 or 12991073. OLE color: 12991073.

HSL color Cylindrical-coordinate representation of color #613AC6: hue angle of 256.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613AC6 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 58 198 -
CMYK 0.51 0.71 0 0.22
HSL 256.71º 0.55% 0.5% -
HSV(B) 256.71º 0.71% 0.78% -
XYZ 16.64 9.64 54.41 -
YUV 85.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 97 58 198 0.51 0.71 0 0.22 256.71 0.55 0.5
Hex 61 3A C6 33 47 0 16 101 37 32
Octal 141 72 306 63 107 0 26 401 67 62
Binary 1100001 111010 11000110 110011 1000111 0 10110 100000001 110111 110010

Color Harmonies of #613AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613AC6

Black with #613AC6

Text Example


Text Example

White with #613AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,58,198); }

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

background-color css

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

 a { background-color: rgb(97,58,198); }

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

border-color css

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

 span { border-color: rgb(97,58,198); }

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