Html Css Color HEX #612FB2 Purple Heart

📋 copy color: '#612FB2'

red 97 ◦ green 47 ◦ blue 178

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

Shades of Purple Heart #612FB2

Tints of Purple Heart #612FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.28%

R = 30.12%
G = 14.6%
B = 55.28%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#612FB2 (or 0x612FB2) is known color: Purple Heart. HEX triplet: 61, 2F and B2. RGB value is (97,47,178). Sum of RGB (Red+Green+Blue) = 97+47+178=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #612FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612FB2 is #9ED04D. Grayscale: #4C4C4C. Windows color (decimal): -10408014 or 11677537. OLE color: 11677537.

HSL color Cylindrical-coordinate representation of color #612FB2: hue angle of 262.9º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612FB2 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 47 178 -
CMYK 0.46 0.74 0 0.30
HSL 262.9º 0.58% 0.44% -
HSV(B) 262.9º 0.74% 0.7% -
XYZ 13.98 7.79 42.89 -
YUV 76.88 185.07 142.35 -
System Red Green Blue C M Y K H S L
Decimal 97 47 178 0.46 0.74 0 0.30 262.9 0.58 0.44
Hex 61 2F B2 2E 4A 0 1E 107 3A 2C
Octal 141 57 262 56 112 0 36 407 72 54
Binary 1100001 101111 10110010 101110 1001010 0 11110 100000111 111010 101100

Color Harmonies of #612FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FB2

Black with #612FB2

Text Example


Text Example

White with #612FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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