Html Css Color HEX #612ABC Purple Heart

📋 copy color: '#612ABC'

red 97 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #612ABC

Tints of Purple Heart #612ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.84%

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 29.66%
G = 12.84%
B = 57.49%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#612ABC (or 0x612ABC) is known color: Purple Heart. HEX triplet: 61, 2A and BC. RGB value is (97,42,188). Sum of RGB (Red+Green+Blue) = 97+42+188=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #612ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ABC is #9ED543. Grayscale: #4A4A4A. Windows color (decimal): -10409284 or 12331617. OLE color: 12331617.

HSL color Cylindrical-coordinate representation of color #612ABC: hue angle of 262.6º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612ABC is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 42 188 -
CMYK 0.48 0.78 0 0.26
HSL 262.6º 0.63% 0.45% -
HSV(B) 262.6º 0.78% 0.74% -
XYZ 14.83 7.83 48.31 -
YUV 75.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 97 42 188 0.48 0.78 0 0.26 262.6 0.63 0.45
Hex 61 2A BC 30 4E 0 1A 107 3F 2D
Octal 141 52 274 60 116 0 32 407 77 55
Binary 1100001 101010 10111100 110000 1001110 0 11010 100000111 111111 101101

Color Harmonies of #612ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612ABC

Black with #612ABC

Text Example


Text Example

White with #612ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,42,188); }

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

background-color css

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

 a { background-color: rgb(97,42,188); }

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

border-color css

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

 span { border-color: rgb(97,42,188); }

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