Html Css Color HEX #6825CB Purple Heart

📋 copy color: '#6825CB'

red 104 ◦ green 37 ◦ blue 203

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

Shades of Purple Heart #6825CB

Tints of Purple Heart #6825CB

RGB

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

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

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

R = 30.23%
G = 10.76%
B = 59.01%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6825CB (or 0x6825CB) is known color: Purple Heart. HEX triplet: 68, 25 and CB. RGB value is (104,37,203). Sum of RGB (Red+Green+Blue) = 104+37+203=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #6825CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6825CB is #97DA34. Grayscale: #4B4B4B. Windows color (decimal): -9951797 or 13313384. OLE color: 13313384.

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

Color convert

RGB 104 37 203 -
CMYK 0.49 0.82 0 0.20
HSL 264.22º 0.69% 0.47% -
HSV(B) 264.22º 0.82% 0.8% -
XYZ 17.15 8.58 57.25 -
YUV 75.96 199.7 148 -
System Red Green Blue C M Y K H S L
Decimal 104 37 203 0.49 0.82 0 0.20 264.22 0.69 0.47
Hex 68 25 CB 31 52 0 14 108 45 2F
Octal 150 45 313 61 122 0 24 410 105 57
Binary 1101000 100101 11001011 110001 1010010 0 10100 100001000 1000101 101111

Color Harmonies of #6825CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6825CB

Black with #6825CB

Text Example


Text Example

White with #6825CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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