Html Css Color HEX #6825BE Purple Heart

📋 copy color: '#6825BE'

red 104 ◦ green 37 ◦ blue 190

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

Shades of Purple Heart #6825BE

Tints of Purple Heart #6825BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 31.42%
G = 11.18%
B = 57.4%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6825BE (or 0x6825BE) is known color: Purple Heart. HEX triplet: 68, 25 and BE. RGB value is (104,37,190). Sum of RGB (Red+Green+Blue) = 104+37+190=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #6825BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825BE is #97DA41. Grayscale: #494949. Windows color (decimal): -9951810 or 12461416. OLE color: 12461416.

HSL color Cylindrical-coordinate representation of color #6825BE: hue angle of 266.27º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6825BE is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 37 190 -
CMYK 0.45 0.81 0 0.25
HSL 266.27º 0.67% 0.45% -
HSV(B) 266.27º 0.81% 0.75% -
XYZ 15.66 7.98 49.43 -
YUV 74.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 104 37 190 0.45 0.81 0 0.25 266.27 0.67 0.45
Hex 68 25 BE 2D 51 0 19 10A 43 2D
Octal 150 45 276 55 121 0 31 412 103 55
Binary 1101000 100101 10111110 101101 1010001 0 11001 100001010 1000011 101101

Color Harmonies of #6825BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6825BE

Black with #6825BE

Text Example


Text Example

White with #6825BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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