Html Css Color HEX #6538CF Purple Heart

📋 copy color: '#6538CF'

red 101 ◦ green 56 ◦ blue 207

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

Shades of Purple Heart #6538CF

Tints of Purple Heart #6538CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 27.75%
G = 15.38%
B = 56.87%

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

#6538CF (or 0x6538CF) is known color: Purple Heart. HEX triplet: 65, 38 and CF. RGB value is (101,56,207). Sum of RGB (Red+Green+Blue) = 101+56+207=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #6538CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538CF is #9AC730. Grayscale: #565656. Windows color (decimal): -10143537 or 13580389. OLE color: 13580389.

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

Color convert

RGB 101 56 207 -
CMYK 0.51 0.73 0 0.19
HSL 257.88º 0.61% 0.52% -
HSV(B) 257.88º 0.73% 0.81% -
XYZ 18.04 10.1 60.03 -
YUV 86.67 195.91 138.22 -
System Red Green Blue C M Y K H S L
Decimal 101 56 207 0.51 0.73 0 0.19 257.88 0.61 0.52
Hex 65 38 CF 33 49 0 13 102 3D 34
Octal 145 70 317 63 111 0 23 402 75 64
Binary 1100101 111000 11001111 110011 1001001 0 10011 100000010 111101 110100

Color Harmonies of #6538CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6538CF

Black with #6538CF

Text Example


Text Example

White with #6538CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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