Html Css Color HEX #6830CB Purple Heart

📋 copy color: '#6830CB'

red 104 ◦ green 48 ◦ blue 203

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

Shades of Purple Heart #6830CB

Tints of Purple Heart #6830CB

RGB

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

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

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

R = 29.3%
G = 13.52%
B = 57.18%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6830CB (or 0x6830CB) is known color: Purple Heart. HEX triplet: 68, 30 and CB. RGB value is (104,48,203). Sum of RGB (Red+Green+Blue) = 104+48+203=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #6830CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6830CB is #97CF34. Grayscale: #515151. Windows color (decimal): -9948981 or 13316200. OLE color: 13316200.

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

Color convert

RGB 104 48 203 -
CMYK 0.49 0.76 0 0.20
HSL 261.68º 0.62% 0.49% -
HSV(B) 261.68º 0.76% 0.8% -
XYZ 17.55 9.37 57.38 -
YUV 82.41 196.05 143.4 -
System Red Green Blue C M Y K H S L
Decimal 104 48 203 0.49 0.76 0 0.20 261.68 0.62 0.49
Hex 68 30 CB 31 4C 0 14 106 3E 31
Octal 150 60 313 61 114 0 24 406 76 61
Binary 1101000 110000 11001011 110001 1001100 0 10100 100000110 111110 110001

Color Harmonies of #6830CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6830CB

Black with #6830CB

Text Example


Text Example

White with #6830CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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