Html Css Color HEX #613FBB Purple Heart

📋 copy color: '#613FBB'

red 97 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #613FBB

Tints of Purple Heart #613FBB

RGB

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

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

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

R = 27.95%
G = 18.16%
B = 53.89%

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

#613FBB (or 0x613FBB) is known color: Purple Heart. HEX triplet: 61, 3F and BB. RGB value is (97,63,187). Sum of RGB (Red+Green+Blue) = 97+63+187=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #613FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FBB is #9EC044. Grayscale: #565656. Windows color (decimal): -10403909 or 12271457. OLE color: 12271457.

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

Color convert

RGB 97 63 187 -
CMYK 0.48 0.66 0 0.27
HSL 256.45º 0.5% 0.49% -
HSV(B) 256.45º 0.66% 0.73% -
XYZ 15.68 9.68 48.06 -
YUV 87.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 97 63 187 0.48 0.66 0 0.27 256.45 0.5 0.49
Hex 61 3F BB 30 42 0 1B 100 32 31
Octal 141 77 273 60 102 0 33 400 62 61
Binary 1100001 111111 10111011 110000 1000010 0 11011 100000000 110010 110001

Color Harmonies of #613FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FBB

Black with #613FBB

Text Example


Text Example

White with #613FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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