Html Css Color HEX #613DBB Purple Heart

📋 copy color: '#613DBB'

red 97 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #613DBB

Tints of Purple Heart #613DBB

RGB

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

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

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

R = 28.12%
G = 17.68%
B = 54.2%

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

#613DBB (or 0x613DBB) is known color: Purple Heart. HEX triplet: 61, 3D and BB. RGB value is (97,61,187). Sum of RGB (Red+Green+Blue) = 97+61+187=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #613DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DBB is #9EC244. Grayscale: #555555. Windows color (decimal): -10404421 or 12270945. OLE color: 12270945.

HSL color Cylindrical-coordinate representation of color #613DBB: hue angle of 257.14º degrees, saturation: 0.51, 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 #613DBB is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 61 187 -
CMYK 0.48 0.67 0 0.27
HSL 257.14º 0.51% 0.49% -
HSV(B) 257.14º 0.67% 0.73% -
XYZ 15.57 9.47 48.02 -
YUV 86.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 97 61 187 0.48 0.67 0 0.27 257.14 0.51 0.49
Hex 61 3D BB 30 43 0 1B 101 33 31
Octal 141 75 273 60 103 0 33 401 63 61
Binary 1100001 111101 10111011 110000 1000011 0 11011 100000001 110011 110001

Color Harmonies of #613DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DBB

Black with #613DBB

Text Example


Text Example

White with #613DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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