Html Css Color HEX #612FCC Purple Heart

📋 copy color: '#612FCC'

red 97 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #612FCC

Tints of Purple Heart #612FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.51%

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

R = 27.87%
G = 13.51%
B = 58.62%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#612FCC (or 0x612FCC) is known color: Purple Heart. HEX triplet: 61, 2F and CC. RGB value is (97,47,204). Sum of RGB (Red+Green+Blue) = 97+47+204=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #612FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612FCC is #9ED033. Grayscale: #4F4F4F. Windows color (decimal): -10407988 or 13381473. OLE color: 13381473.

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

Color convert

RGB 97 47 204 -
CMYK 0.52 0.77 0 0.2
HSL 259.11º 0.63% 0.49% -
HSV(B) 259.11º 0.77% 0.8% -
XYZ 16.85 8.93 57.96 -
YUV 79.85 198.07 140.23 -
System Red Green Blue C M Y K H S L
Decimal 97 47 204 0.52 0.77 0 0.2 259.11 0.63 0.49
Hex 61 2F CC 34 4D 0 14 103 3F 31
Octal 141 57 314 64 115 0 24 403 77 61
Binary 1100001 101111 11001100 110100 1001101 0 10100 100000011 111111 110001

Color Harmonies of #612FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612FCC

Black with #612FCC

Text Example


Text Example

White with #612FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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