Html Css Color HEX #6925CB Purple Heart

📋 copy color: '#6925CB'

red 105 ◦ green 37 ◦ blue 203

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

Shades of Purple Heart #6925CB

Tints of Purple Heart #6925CB

RGB

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

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

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

R = 30.43%
G = 10.72%
B = 58.84%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6925CB (or 0x6925CB) is known color: Purple Heart. HEX triplet: 69, 25 and CB. RGB value is (105,37,203). Sum of RGB (Red+Green+Blue) = 105+37+203=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #6925CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6925CB is #96DA34. Grayscale: #4B4B4B. Windows color (decimal): -9886261 or 13313385. OLE color: 13313385.

HSL color Cylindrical-coordinate representation of color #6925CB: hue angle of 264.58º 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 #6925CB is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 37 203 -
CMYK 0.48 0.82 0 0.20
HSL 264.58º 0.69% 0.47% -
HSV(B) 264.58º 0.82% 0.8% -
XYZ 17.27 8.64 57.26 -
YUV 76.26 199.53 148.5 -
System Red Green Blue C M Y K H S L
Decimal 105 37 203 0.48 0.82 0 0.20 264.58 0.69 0.47
Hex 69 25 CB 30 52 0 14 109 45 2F
Octal 151 45 313 60 122 0 24 411 105 57
Binary 1101001 100101 11001011 110000 1010010 0 10100 100001001 1000101 101111

Color Harmonies of #6925CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6925CB

Black with #6925CB

Text Example


Text Example

White with #6925CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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