Html Css Color HEX #6538C6 Purple Heart

📋 copy color: '#6538C6'

red 101 ◦ green 56 ◦ blue 198

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

Shades of Purple Heart #6538C6

Tints of Purple Heart #6538C6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 28.45%
G = 15.77%
B = 55.77%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6538C6 (or 0x6538C6) is known color: Purple Heart. HEX triplet: 65, 38 and C6. RGB value is (101,56,198). Sum of RGB (Red+Green+Blue) = 101+56+198=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #6538C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538C6 is #9AC739. Grayscale: #555555. Windows color (decimal): -10143546 or 12990565. OLE color: 12990565.

HSL color Cylindrical-coordinate representation of color #6538C6: hue angle of 259.01º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6538C6 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 56 198 -
CMYK 0.49 0.72 0 0.22
HSL 259.01º 0.56% 0.5% -
HSV(B) 259.01º 0.72% 0.78% -
XYZ 16.97 9.67 54.4 -
YUV 85.64 191.41 138.95 -
System Red Green Blue C M Y K H S L
Decimal 101 56 198 0.49 0.72 0 0.22 259.01 0.56 0.5
Hex 65 38 C6 31 48 0 16 103 38 32
Octal 145 70 306 61 110 0 26 403 70 62
Binary 1100101 111000 11000110 110001 1001000 0 10110 100000011 111000 110010

Color Harmonies of #6538C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6538C6

Black with #6538C6

Text Example


Text Example

White with #6538C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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