Html Css Color HEX #613FBD Purple Heart

📋 copy color: '#613FBD'

red 97 ◦ green 63 ◦ blue 189

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

Shades of Purple Heart #613FBD

Tints of Purple Heart #613FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.15%

R = 27.79%
G = 18.05%
B = 54.15%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#613FBD (or 0x613FBD) is known color: Purple Heart. HEX triplet: 61, 3F and BD. RGB value is (97,63,189). Sum of RGB (Red+Green+Blue) = 97+63+189=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #613FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FBD is #9EC042. Grayscale: #575757. Windows color (decimal): -10403907 or 12402529. OLE color: 12402529.

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

Color convert

RGB 97 63 189 -
CMYK 0.49 0.67 0 0.26
HSL 256.19º 0.5% 0.49% -
HSV(B) 256.19º 0.67% 0.74% -
XYZ 15.89 9.77 49.19 -
YUV 87.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 97 63 189 0.49 0.67 0 0.26 256.19 0.5 0.49
Hex 61 3F BD 31 43 0 1A 100 32 31
Octal 141 77 275 61 103 0 32 400 62 61
Binary 1100001 111111 10111101 110001 1000011 0 11010 100000000 110010 110001

Color Harmonies of #613FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613FBD

Black with #613FBD

Text Example


Text Example

White with #613FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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