Html Css Color HEX #6825BA Purple Heart

📋 copy color: '#6825BA'

red 104 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #6825BA

Tints of Purple Heart #6825BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 31.8%
G = 11.31%
B = 56.88%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6825BA (or 0x6825BA) is known color: Purple Heart. HEX triplet: 68, 25 and BA. RGB value is (104,37,186). Sum of RGB (Red+Green+Blue) = 104+37+186=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #6825BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825BA is #97DA45. Grayscale: #494949. Windows color (decimal): -9951814 or 12199272. OLE color: 12199272.

HSL color Cylindrical-coordinate representation of color #6825BA: hue angle of 266.98º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6825BA is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 37 186 -
CMYK 0.44 0.80 0 0.27
HSL 266.98º 0.67% 0.44% -
HSV(B) 266.98º 0.8% 0.73% -
XYZ 15.23 7.81 47.16 -
YUV 74.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 104 37 186 0.44 0.80 0 0.27 266.98 0.67 0.44
Hex 68 25 BA 2C 50 0 1B 10B 43 2C
Octal 150 45 272 54 120 0 33 413 103 54
Binary 1101000 100101 10111010 101100 1010000 0 11011 100001011 1000011 101100

Color Harmonies of #6825BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6825BA

Black with #6825BA

Text Example


Text Example

White with #6825BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6825BA; }

 p { color: rgb(104,37,186); }

 H1.HeaderClassName
 {
   color: #6825BA;
 }
 .AnyTagClassName
 {
   color: #6825BA;
 }
</style>

background-color css

<style>
 a { background-color: #6825BA; }

 a { background-color: rgb(104,37,186); }

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

border-color css

<style>
 span { border-color: #6825BA; }

 span { border-color: rgb(104,37,186); }

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