Html Css Color HEX #612BAE Purple Heart

📋 copy color: '#612BAE'

red 97 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #612BAE

Tints of Purple Heart #612BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 30.89%
G = 13.69%
B = 55.41%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#612BAE (or 0x612BAE) is known color: Purple Heart. HEX triplet: 61, 2B and AE. RGB value is (97,43,174). Sum of RGB (Red+Green+Blue) = 97+43+174=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #612BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612BAE is #9ED451. Grayscale: #494949. Windows color (decimal): -10409042 or 11414369. OLE color: 11414369.

HSL color Cylindrical-coordinate representation of color #612BAE: hue angle of 264.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612BAE is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 43 174 -
CMYK 0.44 0.75 0 0.32
HSL 264.73º 0.6% 0.43% -
HSV(B) 264.73º 0.75% 0.68% -
XYZ 13.43 7.33 40.75 -
YUV 74.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 97 43 174 0.44 0.75 0 0.32 264.73 0.6 0.43
Hex 61 2B AE 2C 4B 0 20 109 3C 2B
Octal 141 53 256 54 113 0 40 411 74 53
Binary 1100001 101011 10101110 101100 1001011 0 100000 100001001 111100 101011

Color Harmonies of #612BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BAE

Black with #612BAE

Text Example


Text Example

White with #612BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612BAE; }

 p { color: rgb(97,43,174); }

 H1.HeaderClassName
 {
   color: #612BAE;
 }
 .AnyTagClassName
 {
   color: #612BAE;
 }
</style>

background-color css

<style>
 a { background-color: #612BAE; }

 a { background-color: rgb(97,43,174); }

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

border-color css

<style>
 span { border-color: #612BAE; }

 span { border-color: rgb(97,43,174); }

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