Html Css Color HEX #6538BA Purple Heart

📋 copy color: '#6538BA'

red 101 ◦ green 56 ◦ blue 186

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

Shades of Purple Heart #6538BA

Tints of Purple Heart #6538BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.23%

R = 29.45%
G = 16.33%
B = 54.23%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6538BA (or 0x6538BA) is known color: Purple Heart. HEX triplet: 65, 38 and BA. RGB value is (101,56,186). Sum of RGB (Red+Green+Blue) = 101+56+186=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #6538BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538BA is #9AC745. Grayscale: #535353. Windows color (decimal): -10143558 or 12204133. OLE color: 12204133.

HSL color Cylindrical-coordinate representation of color #6538BA: hue angle of 260.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6538BA is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 56 186 -
CMYK 0.46 0.70 0 0.27
HSL 260.77º 0.54% 0.47% -
HSV(B) 260.77º 0.7% 0.73% -
XYZ 15.64 9.14 47.39 -
YUV 84.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 101 56 186 0.46 0.70 0 0.27 260.77 0.54 0.47
Hex 65 38 BA 2E 46 0 1B 105 36 2F
Octal 145 70 272 56 106 0 33 405 66 57
Binary 1100101 111000 10111010 101110 1000110 0 11011 100000101 110110 101111

Color Harmonies of #6538BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6538BA

Black with #6538BA

Text Example


Text Example

White with #6538BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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