Html Css Color HEX #6D33DA Purple Heart

📋 copy color: '#6D33DA'

red 109 ◦ green 51 ◦ blue 218

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

Shades of Purple Heart #6D33DA

Tints of Purple Heart #6D33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 28.84%
G = 13.49%
B = 57.67%

CMYK

 C value IS 0.5

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6D33DA (or 0x6D33DA) is known color: Purple Heart. HEX triplet: 6D, 33 and DA. RGB value is (109,51,218). Sum of RGB (Red+Green+Blue) = 109+51+218=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D33DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33DA is #92CC25. Grayscale: #565656. Windows color (decimal): -9620518 or 14300013. OLE color: 14300013.

HSL color Cylindrical-coordinate representation of color #6D33DA: hue angle of 260.84º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D33DA is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 51 218 -
CMYK 0.5 0.77 0 0.15
HSL 260.84º 0.69% 0.53% -
HSV(B) 260.84º 0.77% 0.85% -
XYZ 20.15 10.68 67.33 -
YUV 87.38 201.72 143.42 -
System Red Green Blue C M Y K H S L
Decimal 109 51 218 0.5 0.77 0 0.15 260.84 0.69 0.53
Hex 6D 33 DA 32 4D 0 F 105 45 35
Octal 155 63 332 62 115 0 17 405 105 65
Binary 1101101 110011 11011010 110010 1001101 0 1111 100000101 1000101 110101

Color Harmonies of #6D33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D33DA

Black with #6D33DA

Text Example


Text Example

White with #6D33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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