Html Css Color HEX #6105C2 Purple Heart

📋 copy color: '#6105C2'

red 97 ◦ green 5 ◦ blue 194

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

Shades of Purple Heart #6105C2

Tints of Purple Heart #6105C2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 194 (76.17% from 255) = 65.54%

R = 32.77%
G = 1.69%
B = 65.54%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6105C2 (or 0x6105C2) is known color: Purple Heart. HEX triplet: 61, 05 and C2. RGB value is (97,5,194). Sum of RGB (Red+Green+Blue) = 97+5+194=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 194 (76.17% from 255 or 65.54% from 296); Max value from RGB is 194 - color contains mainly: blue. Hex color #6105C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6105C2 is #9EFA3D. Grayscale: #353535. Windows color (decimal): -10418750 or 12715361. OLE color: 12715361.

HSL color Cylindrical-coordinate representation of color #6105C2: hue angle of 269.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6105C2 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 5 194 -
CMYK 0.50 0.97 0 0.24
HSL 269.21º 0.95% 0.39% -
HSV(B) 269.21º 0.97% 0.76% -
XYZ 14.72 6.54 51.53 -
YUV 54.05 206.98 158.63 -
System Red Green Blue C M Y K H S L
Decimal 97 5 194 0.50 0.97 0 0.24 269.21 0.95 0.39
Hex 61 5 C2 32 61 0 18 10D 5F 27
Octal 141 5 302 62 141 0 30 415 137 47
Binary 1100001 101 11000010 110010 1100001 0 11000 100001101 1011111 100111

Color Harmonies of #6105C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6105C2

Black with #6105C2

Text Example


Text Example

White with #6105C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6105C2; }

 p { color: rgb(97,5,194); }

 H1.HeaderClassName
 {
   color: #6105C2;
 }
 .AnyTagClassName
 {
   color: #6105C2;
 }
</style>

background-color css

<style>
 a { background-color: #6105C2; }

 a { background-color: rgb(97,5,194); }

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

border-color css

<style>
 span { border-color: #6105C2; }

 span { border-color: rgb(97,5,194); }

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