Html Css Color HEX #612DB3 Purple Heart

📋 copy color: '#612DB3'

red 97 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #612DB3

Tints of Purple Heart #612DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.76%

R = 30.22%
G = 14.02%
B = 55.76%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#612DB3 (or 0x612DB3) is known color: Purple Heart. HEX triplet: 61, 2D and B3. RGB value is (97,45,179). Sum of RGB (Red+Green+Blue) = 97+45+179=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #612DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DB3 is #9ED24C. Grayscale: #4B4B4B. Windows color (decimal): -10408525 or 11742561. OLE color: 11742561.

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

Color convert

RGB 97 45 179 -
CMYK 0.46 0.75 0 0.30
HSL 263.28º 0.6% 0.44% -
HSV(B) 263.28º 0.75% 0.7% -
XYZ 14 7.67 43.39 -
YUV 75.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 97 45 179 0.46 0.75 0 0.30 263.28 0.6 0.44
Hex 61 2D B3 2E 4B 0 1E 107 3C 2C
Octal 141 55 263 56 113 0 36 407 74 54
Binary 1100001 101101 10110011 101110 1001011 0 11110 100000111 111100 101100

Color Harmonies of #612DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612DB3

Black with #612DB3

Text Example


Text Example

White with #612DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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