Html Css Color HEX #6825DA Purple Heart

📋 copy color: '#6825DA'

red 104 ◦ green 37 ◦ blue 218

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

Shades of Purple Heart #6825DA

Tints of Purple Heart #6825DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 28.97%
G = 10.31%
B = 60.72%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6825DA (or 0x6825DA) is known color: Purple Heart. HEX triplet: 68, 25 and DA. RGB value is (104,37,218). Sum of RGB (Red+Green+Blue) = 104+37+218=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #6825DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825DA is #97DA25. Grayscale: #4D4D4D. Windows color (decimal): -9951782 or 14296424. OLE color: 14296424.

HSL color Cylindrical-coordinate representation of color #6825DA: hue angle of 262.21º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6825DA is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 37 218 -
CMYK 0.52 0.83 0 0.15
HSL 262.21º 0.71% 0.5% -
HSV(B) 262.21º 0.83% 0.85% -
XYZ 19.03 9.33 67.13 -
YUV 77.67 207.2 146.78 -
System Red Green Blue C M Y K H S L
Decimal 104 37 218 0.52 0.83 0 0.15 262.21 0.71 0.5
Hex 68 25 DA 34 53 0 F 106 47 32
Octal 150 45 332 64 123 0 17 406 107 62
Binary 1101000 100101 11011010 110100 1010011 0 1111 100000110 1000111 110010

Color Harmonies of #6825DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6825DA

Black with #6825DA

Text Example


Text Example

White with #6825DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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