Html Css Color HEX #6835DE Purple Heart

📋 copy color: '#6835DE'

red 104 ◦ green 53 ◦ blue 222

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

Shades of Purple Heart #6835DE

Tints of Purple Heart #6835DE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.98%

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 27.44%
G = 13.98%
B = 58.58%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6835DE (or 0x6835DE) is known color: Purple Heart. HEX triplet: 68, 35 and DE. RGB value is (104,53,222). Sum of RGB (Red+Green+Blue) = 104+53+222=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #6835DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6835DE is #97CA21. Grayscale: #565656. Windows color (decimal): -9947682 or 14562664. OLE color: 14562664.

HSL color Cylindrical-coordinate representation of color #6835DE: hue angle of 258.11º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6835DE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 53 222 -
CMYK 0.53 0.76 0 0.13
HSL 258.11º 0.72% 0.54% -
HSV(B) 258.11º 0.76% 0.87% -
XYZ 20.17 10.76 70.12 -
YUV 87.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 104 53 222 0.53 0.76 0 0.13 258.11 0.72 0.54
Hex 68 35 DE 35 4C 0 D 102 48 36
Octal 150 65 336 65 114 0 15 402 110 66
Binary 1101000 110101 11011110 110101 1001100 0 1101 100000010 1001000 110110

Color Harmonies of #6835DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6835DE

Black with #6835DE

Text Example


Text Example

White with #6835DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6835DE; }

 p { color: rgb(104,53,222); }

 H1.HeaderClassName
 {
   color: #6835DE;
 }
 .AnyTagClassName
 {
   color: #6835DE;
 }
</style>

background-color css

<style>
 a { background-color: #6835DE; }

 a { background-color: rgb(104,53,222); }

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

border-color css

<style>
 span { border-color: #6835DE; }

 span { border-color: rgb(104,53,222); }

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