Html Css Color HEX #6D33CD Purple Heart

📋 copy color: '#6D33CD'

red 109 ◦ green 51 ◦ blue 205

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

Shades of Purple Heart #6D33CD

Tints of Purple Heart #6D33CD

RGB

 RED value IS 109 (42.97% from 255) = 29.86%

 GREEN value IS 51 (20.31% from 255) = 13.97%

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

R = 29.86%
G = 13.97%
B = 56.16%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D33CD (or 0x6D33CD) is known color: Purple Heart. HEX triplet: 6D, 33 and CD. RGB value is (109,51,205). Sum of RGB (Red+Green+Blue) = 109+51+205=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D33CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33CD is #92CC32. Grayscale: #555555. Windows color (decimal): -9620531 or 13448045. OLE color: 13448045.

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

Color convert

RGB 109 51 205 -
CMYK 0.47 0.75 0 0.20
HSL 262.6º 0.61% 0.5% -
HSV(B) 262.6º 0.75% 0.8% -
XYZ 18.51 10.03 58.72 -
YUV 85.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 109 51 205 0.47 0.75 0 0.20 262.6 0.61 0.5
Hex 6D 33 CD 2F 4B 0 14 107 3D 32
Octal 155 63 315 57 113 0 24 407 75 62
Binary 1101101 110011 11001101 101111 1001011 0 10100 100000111 111101 110010

Color Harmonies of #6D33CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D33CD

Black with #6D33CD

Text Example


Text Example

White with #6D33CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D33CD; }

 p { color: rgb(109,51,205); }

 H1.HeaderClassName
 {
   color: #6D33CD;
 }
 .AnyTagClassName
 {
   color: #6D33CD;
 }
</style>

background-color css

<style>
 a { background-color: #6D33CD; }

 a { background-color: rgb(109,51,205); }

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

border-color css

<style>
 span { border-color: #6D33CD; }

 span { border-color: rgb(109,51,205); }

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