Html Css Color HEX #612CCE Purple Heart

📋 copy color: '#612CCE'

red 97 ◦ green 44 ◦ blue 206

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

Shades of Purple Heart #612CCE

Tints of Purple Heart #612CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.68%

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 27.95%
G = 12.68%
B = 59.37%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#612CCE (or 0x612CCE) is known color: Purple Heart. HEX triplet: 61, 2C and CE. RGB value is (97,44,206). Sum of RGB (Red+Green+Blue) = 97+44+206=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #612CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CCE is #9ED331. Grayscale: #4D4D4D. Windows color (decimal): -10408754 or 13511777. OLE color: 13511777.

HSL color Cylindrical-coordinate representation of color #612CCE: hue angle of 259.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612CCE is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 44 206 -
CMYK 0.53 0.79 0 0.19
HSL 259.63º 0.65% 0.49% -
HSV(B) 259.63º 0.79% 0.81% -
XYZ 16.97 8.8 59.2 -
YUV 78.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 97 44 206 0.53 0.79 0 0.19 259.63 0.65 0.49
Hex 61 2C CE 35 4F 0 13 104 41 31
Octal 141 54 316 65 117 0 23 404 101 61
Binary 1100001 101100 11001110 110101 1001111 0 10011 100000100 1000001 110001

Color Harmonies of #612CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612CCE

Black with #612CCE

Text Example


Text Example

White with #612CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,44,206); }

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

background-color css

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

 a { background-color: rgb(97,44,206); }

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

border-color css

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

 span { border-color: rgb(97,44,206); }

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