Html Css Color HEX #6721B3 Purple Heart

📋 copy color: '#6721B3'

red 103 ◦ green 33 ◦ blue 179

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

Shades of Purple Heart #6721B3

Tints of Purple Heart #6721B3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

 BLUE value IS 179 (70.31% from 255) = 56.83%

R = 32.7%
G = 10.48%
B = 56.83%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6721B3 (or 0x6721B3) is known color: Purple Heart. HEX triplet: 67, 21 and B3. RGB value is (103,33,179). Sum of RGB (Red+Green+Blue) = 103+33+179=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #6721B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6721B3 is #98DE4C. Grayscale: #464646. Windows color (decimal): -10018381 or 11739495. OLE color: 11739495.

HSL color Cylindrical-coordinate representation of color #6721B3: hue angle of 268.77º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6721B3 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 33 179 -
CMYK 0.42 0.82 0 0.30
HSL 268.77º 0.69% 0.42% -
HSV(B) 268.77º 0.82% 0.7% -
XYZ 14.27 7.23 43.29 -
YUV 70.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 103 33 179 0.42 0.82 0 0.30 268.77 0.69 0.42
Hex 67 21 B3 2A 52 0 1E 10D 45 2A
Octal 147 41 263 52 122 0 36 415 105 52
Binary 1100111 100001 10110011 101010 1010010 0 11110 100001101 1000101 101010

Color Harmonies of #6721B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721B3

Black with #6721B3

Text Example


Text Example

White with #6721B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6721B3; }

 p { color: rgb(103,33,179); }

 H1.HeaderClassName
 {
   color: #6721B3;
 }
 .AnyTagClassName
 {
   color: #6721B3;
 }
</style>

background-color css

<style>
 a { background-color: #6721B3; }

 a { background-color: rgb(103,33,179); }

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

border-color css

<style>
 span { border-color: #6721B3; }

 span { border-color: rgb(103,33,179); }

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