Html Css Color HEX #6821CB Purple Heart

📋 copy color: '#6821CB'

red 104 ◦ green 33 ◦ blue 203

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

Shades of Purple Heart #6821CB

Tints of Purple Heart #6821CB

RGB

 RED value IS 104 (41.02% from 255) = 30.59%

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

 BLUE value IS 203 (79.69% from 255) = 59.71%

R = 30.59%
G = 9.71%
B = 59.71%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6821CB (or 0x6821CB) is known color: Purple Heart. HEX triplet: 68, 21 and CB. RGB value is (104,33,203). Sum of RGB (Red+Green+Blue) = 104+33+203=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #6821CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6821CB is #97DE34. Grayscale: #494949. Windows color (decimal): -9952821 or 13312360. OLE color: 13312360.

HSL color Cylindrical-coordinate representation of color #6821CB: hue angle of 265.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6821CB is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 33 203 -
CMYK 0.49 0.84 0 0.20
HSL 265.06º 0.72% 0.46% -
HSV(B) 265.06º 0.84% 0.8% -
XYZ 17.03 8.34 57.21 -
YUV 73.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 104 33 203 0.49 0.84 0 0.20 265.06 0.72 0.46
Hex 68 21 CB 31 54 0 14 109 48 2E
Octal 150 41 313 61 124 0 24 411 110 56
Binary 1101000 100001 11001011 110001 1010100 0 10100 100001001 1001000 101110

Color Harmonies of #6821CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6821CB

Black with #6821CB

Text Example


Text Example

White with #6821CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6821CB; }

 p { color: rgb(104,33,203); }

 H1.HeaderClassName
 {
   color: #6821CB;
 }
 .AnyTagClassName
 {
   color: #6821CB;
 }
</style>

background-color css

<style>
 a { background-color: #6821CB; }

 a { background-color: rgb(104,33,203); }

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

border-color css

<style>
 span { border-color: #6821CB; }

 span { border-color: rgb(104,33,203); }

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