Html Css Color HEX #6826CB Purple Heart

📋 copy color: '#6826CB'

red 104 ◦ green 38 ◦ blue 203

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

Shades of Purple Heart #6826CB

Tints of Purple Heart #6826CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

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

R = 30.14%
G = 11.01%
B = 58.84%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6826CB (or 0x6826CB) is known color: Purple Heart. HEX triplet: 68, 26 and CB. RGB value is (104,38,203). Sum of RGB (Red+Green+Blue) = 104+38+203=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #6826CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6826CB is #97D934. Grayscale: #4B4B4B. Windows color (decimal): -9951541 or 13313640. OLE color: 13313640.

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

Color convert

RGB 104 38 203 -
CMYK 0.49 0.81 0 0.20
HSL 264º 0.68% 0.47% -
HSV(B) 264º 0.81% 0.8% -
XYZ 17.18 8.64 57.26 -
YUV 76.54 199.37 147.58 -
System Red Green Blue C M Y K H S L
Decimal 104 38 203 0.49 0.81 0 0.20 264 0.68 0.47
Hex 68 26 CB 31 51 0 14 108 44 2F
Octal 150 46 313 61 121 0 24 410 104 57
Binary 1101000 100110 11001011 110001 1010001 0 10100 100001000 1000100 101111

Color Harmonies of #6826CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6826CB

Black with #6826CB

Text Example


Text Example

White with #6826CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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