Html Css Color HEX #6938CB Purple Heart

📋 copy color: '#6938CB'

red 105 ◦ green 56 ◦ blue 203

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

Shades of Purple Heart #6938CB

Tints of Purple Heart #6938CB

RGB

 RED value IS 105 (41.41% from 255) = 28.85%

 GREEN value IS 56 (22.27% from 255) = 15.38%

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

R = 28.85%
G = 15.38%
B = 55.77%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6938CB (or 0x6938CB) is known color: Purple Heart. HEX triplet: 69, 38 and CB. RGB value is (105,56,203). Sum of RGB (Red+Green+Blue) = 105+56+203=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #6938CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6938CB is #96C734. Grayscale: #565656. Windows color (decimal): -9881397 or 13318249. OLE color: 13318249.

HSL color Cylindrical-coordinate representation of color #6938CB: hue angle of 260º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6938CB is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 56 203 -
CMYK 0.48 0.72 0 0.20
HSL 260º 0.59% 0.51% -
HSV(B) 260º 0.72% 0.8% -
XYZ 18.02 10.14 57.51 -
YUV 87.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 105 56 203 0.48 0.72 0 0.20 260 0.59 0.51
Hex 69 38 CB 30 48 0 14 104 3B 33
Octal 151 70 313 60 110 0 24 404 73 63
Binary 1101001 111000 11001011 110000 1001000 0 10100 100000100 111011 110011

Color Harmonies of #6938CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6938CB

Black with #6938CB

Text Example


Text Example

White with #6938CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,56,203); }

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

background-color css

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

 a { background-color: rgb(105,56,203); }

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

border-color css

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

 span { border-color: rgb(105,56,203); }

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