Html Css Color HEX #613DBA Purple Heart

📋 copy color: '#613DBA'

red 97 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #613DBA

Tints of Purple Heart #613DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 28.2%
G = 17.73%
B = 54.07%

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

#613DBA (or 0x613DBA) is known color: Purple Heart. HEX triplet: 61, 3D and BA. RGB value is (97,61,186). Sum of RGB (Red+Green+Blue) = 97+61+186=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #613DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DBA is #9EC245. Grayscale: #555555. Windows color (decimal): -10404422 or 12205409. OLE color: 12205409.

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

Color convert

RGB 97 61 186 -
CMYK 0.48 0.67 0 0.27
HSL 257.28º 0.51% 0.48% -
HSV(B) 257.28º 0.67% 0.73% -
XYZ 15.46 9.42 47.46 -
YUV 86.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 97 61 186 0.48 0.67 0 0.27 257.28 0.51 0.48
Hex 61 3D BA 30 43 0 1B 101 33 30
Octal 141 75 272 60 103 0 33 401 63 60
Binary 1100001 111101 10111010 110000 1000011 0 11011 100000001 110011 110000

Color Harmonies of #613DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613DBA

Black with #613DBA

Text Example


Text Example

White with #613DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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