Html Css Color HEX #612BCC Purple Heart

📋 copy color: '#612BCC'

red 97 ◦ green 43 ◦ blue 204

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

Shades of Purple Heart #612BCC

Tints of Purple Heart #612BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 28.2%
G = 12.5%
B = 59.3%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#612BCC (or 0x612BCC) is known color: Purple Heart. HEX triplet: 61, 2B and CC. RGB value is (97,43,204). Sum of RGB (Red+Green+Blue) = 97+43+204=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #612BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BCC is #9ED433. Grayscale: #4C4C4C. Windows color (decimal): -10409012 or 13380449. OLE color: 13380449.

HSL color Cylindrical-coordinate representation of color #612BCC: hue angle of 260.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612BCC is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 43 204 -
CMYK 0.52 0.79 0 0.2
HSL 260.12º 0.65% 0.48% -
HSV(B) 260.12º 0.79% 0.8% -
XYZ 16.69 8.63 57.91 -
YUV 77.5 199.39 141.91 -
System Red Green Blue C M Y K H S L
Decimal 97 43 204 0.52 0.79 0 0.2 260.12 0.65 0.48
Hex 61 2B CC 34 4F 0 14 104 41 30
Octal 141 53 314 64 117 0 24 404 101 60
Binary 1100001 101011 11001100 110100 1001111 0 10100 100000100 1000001 110000

Color Harmonies of #612BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612BCC

Black with #612BCC

Text Example


Text Example

White with #612BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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