Html Css Color HEX #6830AF Purple Heart

📋 copy color: '#6830AF'

red 104 ◦ green 48 ◦ blue 175

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

Shades of Purple Heart #6830AF

Tints of Purple Heart #6830AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 31.8%
G = 14.68%
B = 53.52%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6830AF (or 0x6830AF) is known color: Purple Heart. HEX triplet: 68, 30 and AF. RGB value is (104,48,175). Sum of RGB (Red+Green+Blue) = 104+48+175=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #6830AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6830AF is #97CF50. Grayscale: #4E4E4E. Windows color (decimal): -9949009 or 11481192. OLE color: 11481192.

HSL color Cylindrical-coordinate representation of color #6830AF: hue angle of 266.46º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6830AF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 48 175 -
CMYK 0.41 0.73 0 0.31
HSL 266.46º 0.57% 0.44% -
HSV(B) 266.46º 0.73% 0.69% -
XYZ 14.5 8.15 41.37 -
YUV 79.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 104 48 175 0.41 0.73 0 0.31 266.46 0.57 0.44
Hex 68 30 AF 29 49 0 1F 10A 39 2C
Octal 150 60 257 51 111 0 37 412 71 54
Binary 1101000 110000 10101111 101001 1001001 0 11111 100001010 111001 101100

Color Harmonies of #6830AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6830AF

Black with #6830AF

Text Example


Text Example

White with #6830AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6830AF; }

 p { color: rgb(104,48,175); }

 H1.HeaderClassName
 {
   color: #6830AF;
 }
 .AnyTagClassName
 {
   color: #6830AF;
 }
</style>

background-color css

<style>
 a { background-color: #6830AF; }

 a { background-color: rgb(104,48,175); }

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

border-color css

<style>
 span { border-color: #6830AF; }

 span { border-color: rgb(104,48,175); }

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