Html Css Color HEX #6921C6 Purple Heart

📋 copy color: '#6921C6'

red 105 ◦ green 33 ◦ blue 198

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

Shades of Purple Heart #6921C6

Tints of Purple Heart #6921C6

RGB

 RED value IS 105 (41.41% from 255) = 31.25%

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

 BLUE value IS 198 (77.73% from 255) = 58.93%

R = 31.25%
G = 9.82%
B = 58.93%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6921C6 (or 0x6921C6) is known color: Purple Heart. HEX triplet: 69, 21 and C6. RGB value is (105,33,198). Sum of RGB (Red+Green+Blue) = 105+33+198=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #6921C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921C6 is #96DE39. Grayscale: #484848. Windows color (decimal): -9887290 or 12984681. OLE color: 12984681.

HSL color Cylindrical-coordinate representation of color #6921C6: hue angle of 266.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6921C6 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 33 198 -
CMYK 0.47 0.83 0 0.22
HSL 266.18º 0.71% 0.45% -
HSV(B) 266.18º 0.83% 0.78% -
XYZ 16.56 8.17 54.13 -
YUV 73.34 198.35 150.58 -
System Red Green Blue C M Y K H S L
Decimal 105 33 198 0.47 0.83 0 0.22 266.18 0.71 0.45
Hex 69 21 C6 2F 53 0 16 10A 47 2D
Octal 151 41 306 57 123 0 26 412 107 55
Binary 1101001 100001 11000110 101111 1010011 0 10110 100001010 1000111 101101

Color Harmonies of #6921C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6921C6

Black with #6921C6

Text Example


Text Example

White with #6921C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6921C6; }

 p { color: rgb(105,33,198); }

 H1.HeaderClassName
 {
   color: #6921C6;
 }
 .AnyTagClassName
 {
   color: #6921C6;
 }
</style>

background-color css

<style>
 a { background-color: #6921C6; }

 a { background-color: rgb(105,33,198); }

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

border-color css

<style>
 span { border-color: #6921C6; }

 span { border-color: rgb(105,33,198); }

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