Html Css Color HEX #6C33DC Purple Heart

📋 copy color: '#6C33DC'

red 108 ◦ green 51 ◦ blue 220

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

Shades of Purple Heart #6C33DC

Tints of Purple Heart #6C33DC

RGB

 RED value IS 108 (42.58% from 255) = 28.5%

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

 BLUE value IS 220 (86.33% from 255) = 58.05%

R = 28.5%
G = 13.46%
B = 58.05%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C33DC (or 0x6C33DC) is known color: Purple Heart. HEX triplet: 6C, 33 and DC. RGB value is (108,51,220). Sum of RGB (Red+Green+Blue) = 108+51+220=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C33DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C33DC is #93CC23. Grayscale: #565656. Windows color (decimal): -9686052 or 14431084. OLE color: 14431084.

HSL color Cylindrical-coordinate representation of color #6C33DC: hue angle of 260.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C33DC is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 51 220 -
CMYK 0.51 0.77 0 0.14
HSL 260.24º 0.71% 0.53% -
HSV(B) 260.24º 0.77% 0.86% -
XYZ 20.29 10.72 68.71 -
YUV 87.31 202.88 142.76 -
System Red Green Blue C M Y K H S L
Decimal 108 51 220 0.51 0.77 0 0.14 260.24 0.71 0.53
Hex 6C 33 DC 33 4D 0 E 104 47 35
Octal 154 63 334 63 115 0 16 404 107 65
Binary 1101100 110011 11011100 110011 1001101 0 1110 100000100 1000111 110101

Color Harmonies of #6C33DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C33DC

Black with #6C33DC

Text Example


Text Example

White with #6C33DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,51,220); }

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

background-color css

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

 a { background-color: rgb(108,51,220); }

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

border-color css

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

 span { border-color: rgb(108,51,220); }

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