Html Css Color HEX #612BD4 Purple Heart

📋 copy color: '#612BD4'

red 97 ◦ green 43 ◦ blue 212

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

Shades of Purple Heart #612BD4

Tints of Purple Heart #612BD4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.22%

 BLUE value IS 212 (83.2% from 255) = 60.23%

R = 27.56%
G = 12.22%
B = 60.23%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#612BD4 (or 0x612BD4) is known color: Purple Heart. HEX triplet: 61, 2B and D4. RGB value is (97,43,212). Sum of RGB (Red+Green+Blue) = 97+43+212=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 212 (83.20% from 255 or 60.23% from 352); Max value from RGB is 212 - color contains mainly: blue. Hex color #612BD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BD4 is #9ED42B. Grayscale: #4D4D4D. Windows color (decimal): -10409004 or 13904737. OLE color: 13904737.

HSL color Cylindrical-coordinate representation of color #612BD4: hue angle of 259.17º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612BD4 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 43 212 -
CMYK 0.54 0.80 0 0.17
HSL 259.17º 0.66% 0.5% -
HSV(B) 259.17º 0.8% 0.83% -
XYZ 17.68 9.02 63.1 -
YUV 78.41 203.39 141.26 -
System Red Green Blue C M Y K H S L
Decimal 97 43 212 0.54 0.80 0 0.17 259.17 0.66 0.5
Hex 61 2B D4 36 50 0 11 103 42 32
Octal 141 53 324 66 120 0 21 403 102 62
Binary 1100001 101011 11010100 110110 1010000 0 10001 100000011 1000010 110010

Color Harmonies of #612BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BD4

Black with #612BD4

Text Example


Text Example

White with #612BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,43,212); }

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

background-color css

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

 a { background-color: rgb(97,43,212); }

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

border-color css

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

 span { border-color: rgb(97,43,212); }

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