Html Css Color HEX #6721BD Purple Heart

📋 copy color: '#6721BD'

red 103 ◦ green 33 ◦ blue 189

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

Shades of Purple Heart #6721BD

Tints of Purple Heart #6721BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 31.69%
G = 10.15%
B = 58.15%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6721BD (or 0x6721BD) is known color: Purple Heart. HEX triplet: 67, 21 and BD. RGB value is (103,33,189). Sum of RGB (Red+Green+Blue) = 103+33+189=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #6721BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6721BD is #98DE42. Grayscale: #474747. Windows color (decimal): -10018371 or 12394855. OLE color: 12394855.

HSL color Cylindrical-coordinate representation of color #6721BD: hue angle of 266.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6721BD is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 33 189 -
CMYK 0.46 0.83 0 0.26
HSL 266.92º 0.7% 0.44% -
HSV(B) 266.92º 0.83% 0.74% -
XYZ 15.32 7.65 48.81 -
YUV 71.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 103 33 189 0.46 0.83 0 0.26 266.92 0.7 0.44
Hex 67 21 BD 2E 53 0 1A 10B 46 2C
Octal 147 41 275 56 123 0 32 413 106 54
Binary 1100111 100001 10111101 101110 1010011 0 11010 100001011 1000110 101100

Color Harmonies of #6721BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6721BD

Black with #6721BD

Text Example


Text Example

White with #6721BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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