Html Css Color HEX #613DB6 Purple Heart

📋 copy color: '#613DB6'

red 97 ◦ green 61 ◦ blue 182

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

Shades of Purple Heart #613DB6

Tints of Purple Heart #613DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

 BLUE value IS 182 (71.48% from 255) = 53.53%

R = 28.53%
G = 17.94%
B = 53.53%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#613DB6 (or 0x613DB6) is known color: Purple Heart. HEX triplet: 61, 3D and B6. RGB value is (97,61,182). Sum of RGB (Red+Green+Blue) = 97+61+182=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #613DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DB6 is #9EC249. Grayscale: #555555. Windows color (decimal): -10404426 or 11943265. OLE color: 11943265.

HSL color Cylindrical-coordinate representation of color #613DB6: hue angle of 257.85º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613DB6 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 61 182 -
CMYK 0.47 0.66 0 0.29
HSL 257.85º 0.5% 0.48% -
HSV(B) 257.85º 0.66% 0.71% -
XYZ 15.04 9.26 45.25 -
YUV 85.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 97 61 182 0.47 0.66 0 0.29 257.85 0.5 0.48
Hex 61 3D B6 2F 42 0 1D 102 32 30
Octal 141 75 266 57 102 0 35 402 62 60
Binary 1100001 111101 10110110 101111 1000010 0 11101 100000010 110010 110000

Color Harmonies of #613DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DB6

Black with #613DB6

Text Example


Text Example

White with #613DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,61,182); }

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

background-color css

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

 a { background-color: rgb(97,61,182); }

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

border-color css

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

 span { border-color: rgb(97,61,182); }

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