Html Css Color HEX #612FBA Purple Heart

📋 copy color: '#612FBA'

red 97 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #612FBA

Tints of Purple Heart #612FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

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

R = 29.39%
G = 14.24%
B = 56.36%

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

#612FBA (or 0x612FBA) is known color: Purple Heart. HEX triplet: 61, 2F and BA. RGB value is (97,47,186). Sum of RGB (Red+Green+Blue) = 97+47+186=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #612FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612FBA is #9ED045. Grayscale: #4D4D4D. Windows color (decimal): -10408006 or 12201825. OLE color: 12201825.

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

Color convert

RGB 97 47 186 -
CMYK 0.48 0.75 0 0.27
HSL 261.58º 0.6% 0.46% -
HSV(B) 261.58º 0.75% 0.73% -
XYZ 14.81 8.12 47.24 -
YUV 77.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 97 47 186 0.48 0.75 0 0.27 261.58 0.6 0.46
Hex 61 2F BA 30 4B 0 1B 106 3C 2E
Octal 141 57 272 60 113 0 33 406 74 56
Binary 1100001 101111 10111010 110000 1001011 0 11011 100000110 111100 101110

Color Harmonies of #612FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FBA

Black with #612FBA

Text Example


Text Example

White with #612FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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