Html Css Color HEX #613BBB Purple Heart

📋 copy color: '#613BBB'

red 97 ◦ green 59 ◦ blue 187

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

Shades of Purple Heart #613BBB

Tints of Purple Heart #613BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.2%

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 28.28%
G = 17.2%
B = 54.52%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#613BBB (or 0x613BBB) is known color: Purple Heart. HEX triplet: 61, 3B and BB. RGB value is (97,59,187). Sum of RGB (Red+Green+Blue) = 97+59+187=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #613BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BBB is #9EC444. Grayscale: #545454. Windows color (decimal): -10404933 or 12270433. OLE color: 12270433.

HSL color Cylindrical-coordinate representation of color #613BBB: hue angle of 257.81º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613BBB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 59 187 -
CMYK 0.48 0.68 0 0.27
HSL 257.81º 0.52% 0.48% -
HSV(B) 257.81º 0.68% 0.73% -
XYZ 15.46 9.26 47.99 -
YUV 84.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 97 59 187 0.48 0.68 0 0.27 257.81 0.52 0.48
Hex 61 3B BB 30 44 0 1B 102 34 30
Octal 141 73 273 60 104 0 33 402 64 60
Binary 1100001 111011 10111011 110000 1000100 0 11011 100000010 110100 110000

Color Harmonies of #613BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613BBB

Black with #613BBB

Text Example


Text Example

White with #613BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,59,187); }

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

background-color css

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

 a { background-color: rgb(97,59,187); }

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

border-color css

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

 span { border-color: rgb(97,59,187); }

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