Html Css Color HEX #6732CD Purple Heart

📋 copy color: '#6732CD'

red 103 ◦ green 50 ◦ blue 205

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

Shades of Purple Heart #6732CD

Tints of Purple Heart #6732CD

RGB

 RED value IS 103 (40.63% from 255) = 28.77%

 GREEN value IS 50 (19.92% from 255) = 13.97%

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 28.77%
G = 13.97%
B = 57.26%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6732CD (or 0x6732CD) is known color: Purple Heart. HEX triplet: 67, 32 and CD. RGB value is (103,50,205). Sum of RGB (Red+Green+Blue) = 103+50+205=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #6732CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6732CD is #98CD32. Grayscale: #525252. Windows color (decimal): -10014003 or 13447783. OLE color: 13447783.

HSL color Cylindrical-coordinate representation of color #6732CD: hue angle of 260.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6732CD is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 50 205 -
CMYK 0.50 0.76 0 0.20
HSL 260.52º 0.61% 0.5% -
HSV(B) 260.52º 0.76% 0.8% -
XYZ 17.75 9.57 58.67 -
YUV 83.52 196.56 141.9 -
System Red Green Blue C M Y K H S L
Decimal 103 50 205 0.50 0.76 0 0.20 260.52 0.61 0.5
Hex 67 32 CD 32 4C 0 14 105 3D 32
Octal 147 62 315 62 114 0 24 405 75 62
Binary 1100111 110010 11001101 110010 1001100 0 10100 100000101 111101 110010

Color Harmonies of #6732CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6732CD

Black with #6732CD

Text Example


Text Example

White with #6732CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6732CD; }

 p { color: rgb(103,50,205); }

 H1.HeaderClassName
 {
   color: #6732CD;
 }
 .AnyTagClassName
 {
   color: #6732CD;
 }
</style>

background-color css

<style>
 a { background-color: #6732CD; }

 a { background-color: rgb(103,50,205); }

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

border-color css

<style>
 span { border-color: #6732CD; }

 span { border-color: rgb(103,50,205); }

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