Html Css Color HEX #6527C6 Purple Heart

📋 copy color: '#6527C6'

red 101 ◦ green 39 ◦ blue 198

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

Shades of Purple Heart #6527C6

Tints of Purple Heart #6527C6

RGB

 RED value IS 101 (39.84% from 255) = 29.88%

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 198 (77.73% from 255) = 58.58%

R = 29.88%
G = 11.54%
B = 58.58%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6527C6 (or 0x6527C6) is known color: Purple Heart. HEX triplet: 65, 27 and C6. RGB value is (101,39,198). Sum of RGB (Red+Green+Blue) = 101+39+198=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #6527C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6527C6 is #9AD839. Grayscale: #4B4B4B. Windows color (decimal): -10147898 or 12986213. OLE color: 12986213.

HSL color Cylindrical-coordinate representation of color #6527C6: hue angle of 263.4º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6527C6 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 39 198 -
CMYK 0.49 0.80 0 0.22
HSL 263.4º 0.67% 0.46% -
HSV(B) 263.4º 0.8% 0.78% -
XYZ 16.29 8.29 54.17 -
YUV 75.66 197.04 146.07 -
System Red Green Blue C M Y K H S L
Decimal 101 39 198 0.49 0.80 0 0.22 263.4 0.67 0.46
Hex 65 27 C6 31 50 0 16 107 43 2E
Octal 145 47 306 61 120 0 26 407 103 56
Binary 1100101 100111 11000110 110001 1010000 0 10110 100000111 1000011 101110

Color Harmonies of #6527C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527C6

Black with #6527C6

Text Example


Text Example

White with #6527C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6527C6; }

 p { color: rgb(101,39,198); }

 H1.HeaderClassName
 {
   color: #6527C6;
 }
 .AnyTagClassName
 {
   color: #6527C6;
 }
</style>

background-color css

<style>
 a { background-color: #6527C6; }

 a { background-color: rgb(101,39,198); }

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

border-color css

<style>
 span { border-color: #6527C6; }

 span { border-color: rgb(101,39,198); }

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