Html Css Color HEX #6D33CF Purple Heart

📋 copy color: '#6D33CF'

red 109 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #6D33CF

Tints of Purple Heart #6D33CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 29.7%
G = 13.9%
B = 56.4%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D33CF (or 0x6D33CF) is known color: Purple Heart. HEX triplet: 6D, 33 and CF. RGB value is (109,51,207). Sum of RGB (Red+Green+Blue) = 109+51+207=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D33CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33CF is #92CC30. Grayscale: #555555. Windows color (decimal): -9620529 or 13579117. OLE color: 13579117.

HSL color Cylindrical-coordinate representation of color #6D33CF: hue angle of 262.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D33CF is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 51 207 -
CMYK 0.47 0.75 0 0.19
HSL 262.31º 0.62% 0.51% -
HSV(B) 262.31º 0.75% 0.81% -
XYZ 18.75 10.12 60 -
YUV 86.13 196.22 144.32 -
System Red Green Blue C M Y K H S L
Decimal 109 51 207 0.47 0.75 0 0.19 262.31 0.62 0.51
Hex 6D 33 CF 2F 4B 0 13 106 3E 33
Octal 155 63 317 57 113 0 23 406 76 63
Binary 1101101 110011 11001111 101111 1001011 0 10011 100000110 111110 110011

Color Harmonies of #6D33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D33CF

Black with #6D33CF

Text Example


Text Example

White with #6D33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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