Html Css Color HEX #612FDB Purple Heart

📋 copy color: '#612FDB'

red 97 ◦ green 47 ◦ blue 219

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

Shades of Purple Heart #612FDB

Tints of Purple Heart #612FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 26.72%
G = 12.95%
B = 60.33%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#612FDB (or 0x612FDB) is known color: Purple Heart. HEX triplet: 61, 2F and DB. RGB value is (97,47,219). Sum of RGB (Red+Green+Blue) = 97+47+219=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #612FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612FDB is #9ED024. Grayscale: #505050. Windows color (decimal): -10407973 or 14364513. OLE color: 14364513.

HSL color Cylindrical-coordinate representation of color #612FDB: hue angle of 257.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612FDB is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 47 219 -
CMYK 0.56 0.79 0 0.14
HSL 257.44º 0.7% 0.52% -
HSV(B) 257.44º 0.79% 0.86% -
XYZ 18.73 9.69 67.9 -
YUV 81.56 205.57 139.01 -
System Red Green Blue C M Y K H S L
Decimal 97 47 219 0.56 0.79 0 0.14 257.44 0.7 0.52
Hex 61 2F DB 38 4F 0 E 101 46 34
Octal 141 57 333 70 117 0 16 401 106 64
Binary 1100001 101111 11011011 111000 1001111 0 1110 100000001 1000110 110100

Color Harmonies of #612FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FDB

Black with #612FDB

Text Example


Text Example

White with #612FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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