Html Css Color HEX #613EBB Purple Heart

📋 copy color: '#613EBB'

red 97 ◦ green 62 ◦ blue 187

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

Shades of Purple Heart #613EBB

Tints of Purple Heart #613EBB

RGB

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

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

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

R = 28.03%
G = 17.92%
B = 54.05%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#613EBB (or 0x613EBB) is known color: Purple Heart. HEX triplet: 61, 3E and BB. RGB value is (97,62,187). Sum of RGB (Red+Green+Blue) = 97+62+187=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #613EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613EBB is #9EC144. Grayscale: #565656. Windows color (decimal): -10404165 or 12271201. OLE color: 12271201.

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

Color convert

RGB 97 62 187 -
CMYK 0.48 0.67 0 0.27
HSL 256.8º 0.5% 0.49% -
HSV(B) 256.8º 0.67% 0.73% -
XYZ 15.62 9.57 48.04 -
YUV 86.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 97 62 187 0.48 0.67 0 0.27 256.8 0.5 0.49
Hex 61 3E BB 30 43 0 1B 101 32 31
Octal 141 76 273 60 103 0 33 401 62 61
Binary 1100001 111110 10111011 110000 1000011 0 11011 100000001 110010 110001

Color Harmonies of #613EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613EBB

Black with #613EBB

Text Example


Text Example

White with #613EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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