Html Css Color HEX #613FBA Purple Heart

📋 copy color: '#613FBA'

red 97 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #613FBA

Tints of Purple Heart #613FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

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

R = 28.03%
G = 18.21%
B = 53.76%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#613FBA (or 0x613FBA) is known color: Purple Heart. HEX triplet: 61, 3F and BA. RGB value is (97,63,186). Sum of RGB (Red+Green+Blue) = 97+63+186=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #613FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FBA is #9EC045. Grayscale: #565656. Windows color (decimal): -10403910 or 12205921. OLE color: 12205921.

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

Color convert

RGB 97 63 186 -
CMYK 0.48 0.66 0 0.27
HSL 256.59º 0.49% 0.49% -
HSV(B) 256.59º 0.66% 0.73% -
XYZ 15.57 9.64 47.49 -
YUV 87.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 97 63 186 0.48 0.66 0 0.27 256.59 0.49 0.49
Hex 61 3F BA 30 42 0 1B 101 31 31
Octal 141 77 272 60 102 0 33 401 61 61
Binary 1100001 111111 10111010 110000 1000010 0 11011 100000001 110001 110001

Color Harmonies of #613FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FBA

Black with #613FBA

Text Example


Text Example

White with #613FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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