Html Css Color HEX #6538C9 Purple Heart

📋 copy color: '#6538C9'

red 101 ◦ green 56 ◦ blue 201

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

Shades of Purple Heart #6538C9

Tints of Purple Heart #6538C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 56.15%

R = 28.21%
G = 15.64%
B = 56.15%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6538C9 (or 0x6538C9) is known color: Purple Heart. HEX triplet: 65, 38 and C9. RGB value is (101,56,201). Sum of RGB (Red+Green+Blue) = 101+56+201=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #6538C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538C9 is #9AC736. Grayscale: #555555. Windows color (decimal): -10143543 or 13187173. OLE color: 13187173.

HSL color Cylindrical-coordinate representation of color #6538C9: hue angle of 258.62º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6538C9 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 56 201 -
CMYK 0.50 0.72 0 0.21
HSL 258.62º 0.57% 0.5% -
HSV(B) 258.62º 0.72% 0.79% -
XYZ 17.32 9.81 56.24 -
YUV 85.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 101 56 201 0.50 0.72 0 0.21 258.62 0.57 0.5
Hex 65 38 C9 32 48 0 15 103 39 32
Octal 145 70 311 62 110 0 25 403 71 62
Binary 1100101 111000 11001001 110010 1001000 0 10101 100000011 111001 110010

Color Harmonies of #6538C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6538C9

Black with #6538C9

Text Example


Text Example

White with #6538C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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