Html Css Color HEX #612DBA Purple Heart

📋 copy color: '#612DBA'

red 97 ◦ green 45 ◦ blue 186

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

Shades of Purple Heart #612DBA

Tints of Purple Heart #612DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.72%

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

R = 29.57%
G = 13.72%
B = 56.71%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#612DBA (or 0x612DBA) is known color: Purple Heart. HEX triplet: 61, 2D and BA. RGB value is (97,45,186). Sum of RGB (Red+Green+Blue) = 97+45+186=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #612DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DBA is #9ED245. Grayscale: #4C4C4C. Windows color (decimal): -10408518 or 12201313. OLE color: 12201313.

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

Color convert

RGB 97 45 186 -
CMYK 0.48 0.76 0 0.27
HSL 262.13º 0.61% 0.45% -
HSV(B) 262.13º 0.76% 0.73% -
XYZ 14.73 7.96 47.22 -
YUV 76.62 189.73 142.54 -
System Red Green Blue C M Y K H S L
Decimal 97 45 186 0.48 0.76 0 0.27 262.13 0.61 0.45
Hex 61 2D BA 30 4C 0 1B 106 3D 2D
Octal 141 55 272 60 114 0 33 406 75 55
Binary 1100001 101101 10111010 110000 1001100 0 11011 100000110 111101 101101

Color Harmonies of #612DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DBA

Black with #612DBA

Text Example


Text Example

White with #612DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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