Html Css Color HEX #613CB6 Purple Heart

📋 copy color: '#613CB6'

red 97 ◦ green 60 ◦ blue 182

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

Shades of Purple Heart #613CB6

Tints of Purple Heart #613CB6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

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

R = 28.61%
G = 17.7%
B = 53.69%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#613CB6 (or 0x613CB6) is known color: Purple Heart. HEX triplet: 61, 3C and B6. RGB value is (97,60,182). Sum of RGB (Red+Green+Blue) = 97+60+182=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #613CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CB6 is #9EC349. Grayscale: #545454. Windows color (decimal): -10404682 or 11943009. OLE color: 11943009.

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

Color convert

RGB 97 60 182 -
CMYK 0.47 0.67 0 0.29
HSL 258.2º 0.5% 0.47% -
HSV(B) 258.2º 0.67% 0.71% -
XYZ 14.99 9.15 45.23 -
YUV 84.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 97 60 182 0.47 0.67 0 0.29 258.2 0.5 0.47
Hex 61 3C B6 2F 43 0 1D 102 32 2F
Octal 141 74 266 57 103 0 35 402 62 57
Binary 1100001 111100 10110110 101111 1000011 0 11101 100000010 110010 101111

Color Harmonies of #613CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613CB6

Black with #613CB6

Text Example


Text Example

White with #613CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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