Html Css Color HEX #6538CE Purple Heart

📋 copy color: '#6538CE'

red 101 ◦ green 56 ◦ blue 206

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

Shades of Purple Heart #6538CE

Tints of Purple Heart #6538CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 27.82%
G = 15.43%
B = 56.75%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6538CE (or 0x6538CE) is known color: Purple Heart. HEX triplet: 65, 38 and CE. RGB value is (101,56,206). Sum of RGB (Red+Green+Blue) = 101+56+206=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #6538CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538CE is #9AC731. Grayscale: #565656. Windows color (decimal): -10143538 or 13514853. OLE color: 13514853.

HSL color Cylindrical-coordinate representation of color #6538CE: hue angle of 258º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6538CE is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 56 206 -
CMYK 0.51 0.73 0 0.19
HSL 258º 0.6% 0.51% -
HSV(B) 258º 0.73% 0.81% -
XYZ 17.92 10.05 59.39 -
YUV 86.56 195.41 138.3 -
System Red Green Blue C M Y K H S L
Decimal 101 56 206 0.51 0.73 0 0.19 258 0.6 0.51
Hex 65 38 CE 33 49 0 13 102 3C 33
Octal 145 70 316 63 111 0 23 402 74 63
Binary 1100101 111000 11001110 110011 1001001 0 10011 100000010 111100 110011

Color Harmonies of #6538CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6538CE

Black with #6538CE

Text Example


Text Example

White with #6538CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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