Html Css Color HEX #651D7D Seance

📋 copy color: '#651D7D'

red 101 ◦ green 29 ◦ blue 125

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

Shades of Seance #651D7D

Tints of Seance #651D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.37%

 BLUE value IS 125 (49.22% from 255) = 49.02%

R = 39.61%
G = 11.37%
B = 49.02%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#651D7D (or 0x651D7D) is known color: Seance. HEX triplet: 65, 1D and 7D. RGB value is (101,29,125). Sum of RGB (Red+Green+Blue) = 101+29+125=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #651D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651D7D is #9AE282. Grayscale: #3D3D3D. Windows color (decimal): -10150531 or 8199525. OLE color: 8199525.

HSL color Cylindrical-coordinate representation of color #651D7D: hue angle of 285º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651D7D is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 29 125 -
CMYK 0.19 0.77 0 0.51
HSL 285º 0.62% 0.3% -
HSV(B) 285º 0.77% 0.49% -
XYZ 9.51 5.13 19.89 -
YUV 61.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 101 29 125 0.19 0.77 0 0.51 285 0.62 0.3
Hex 65 1D 7D 13 4D 0 33 11D 3E 1E
Octal 145 35 175 23 115 0 63 435 76 36
Binary 1100101 11101 1111101 10011 1001101 0 110011 100011101 111110 11110

Color Harmonies of #651D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651D7D

Black with #651D7D

Text Example


Text Example

White with #651D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651D7D; }

 p { color: rgb(101,29,125); }

 H1.HeaderClassName
 {
   color: #651D7D;
 }
 .AnyTagClassName
 {
   color: #651D7D;
 }
</style>

background-color css

<style>
 a { background-color: #651D7D; }

 a { background-color: rgb(101,29,125); }

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

border-color css

<style>
 span { border-color: #651D7D; }

 span { border-color: rgb(101,29,125); }

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