Html Css Color HEX #612EBA Purple Heart

📋 copy color: '#612EBA'

red 97 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #612EBA

Tints of Purple Heart #612EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.98%

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

R = 29.48%
G = 13.98%
B = 56.53%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#612EBA (or 0x612EBA) is known color: Purple Heart. HEX triplet: 61, 2E and BA. RGB value is (97,46,186). Sum of RGB (Red+Green+Blue) = 97+46+186=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #612EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612EBA is #9ED145. Grayscale: #4C4C4C. Windows color (decimal): -10408262 or 12201569. OLE color: 12201569.

HSL color Cylindrical-coordinate representation of color #612EBA: hue angle of 261.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612EBA is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 46 186 -
CMYK 0.48 0.75 0 0.27
HSL 261.86º 0.6% 0.45% -
HSV(B) 261.86º 0.75% 0.73% -
XYZ 14.77 8.04 47.23 -
YUV 77.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 97 46 186 0.48 0.75 0 0.27 261.86 0.6 0.45
Hex 61 2E BA 30 4B 0 1B 106 3C 2D
Octal 141 56 272 60 113 0 33 406 74 55
Binary 1100001 101110 10111010 110000 1001011 0 11011 100000110 111100 101101

Color Harmonies of #612EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612EBA

Black with #612EBA

Text Example


Text Example

White with #612EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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